We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7b5b3 commit a2cebe8Copy full SHA for a2cebe8
1 file changed
.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