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

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