We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209a1db commit 2e878b7Copy full SHA for 2e878b7
.github/workflows/reuse-copr-build.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Add comment with copr build url
103
# TODO: Create comment when copr build fails.
104
id: link_copr
105
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
106
with:
107
script: |
108
github.issues.createComment({
@@ -160,7 +160,7 @@ jobs:
160
161
id: link_copr_leapp_repository
162
if: ${{ steps.leapp_repository_pr_regex_match.outputs.match != '' }}
163
164
165
166
0 commit comments