We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2b7d82 + 9a9019d commit ba70b25Copy full SHA for ba70b25
.github/workflows/apply-reuse.yml
@@ -116,7 +116,7 @@ jobs:
116
117
- name: Fail marker
118
if: needs.add-headers.outputs.made-change == 1
119
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
120
with:
121
script: |
122
core.setFailed("Copyright updates at ${{ github.server_url }}/${{ github.repository }}/compare/${{ inputs.branch }}...${{ needs.add-headers.outputs.branch }}?expand=1, please review and merge.")
0 commit comments