Fix issue creation for nightly (#1355)

This commit is contained in:
Sergey Kuznetsov
2024-04-12 12:25:28 +01:00
committed by GitHub
parent 3fa1df9117
commit 6b9c8a12d0
2 changed files with 4 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ jobs:
title: 'Clang-tidy found bugs in code 🐛' title: 'Clang-tidy found bugs in code 🐛'
body: > body: >
Clang-tidy found issues in the code: Clang-tidy found issues in the code:
List of the issues found: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/ List of the issues found: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/
- uses: crazy-max/ghaction-import-gpg@v5 - uses: crazy-max/ghaction-import-gpg@v5

View File

@@ -158,6 +158,8 @@ jobs:
contents: write contents: write
issues: write issues: write
steps: steps:
- uses: actions/checkout@v4
- name: Create an issue - name: Create an issue
uses: ./.github/actions/create_issue uses: ./.github/actions/create_issue
env: env:
@@ -166,4 +168,5 @@ jobs:
title: 'Nightly release failed 🌙' title: 'Nightly release failed 🌙'
body: > body: >
Nightly release failed: Nightly release failed:
Workflow: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/ Workflow: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/