We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9701fe commit 7e375d2Copy full SHA for 7e375d2
actions/add-pr-url/action.yml
@@ -23,7 +23,7 @@ runs:
23
id: findPr
24
- name: Add environment link to pull request comment
25
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
26
- uses: actions/github-script@v6
+ uses: actions/github-script@v8
27
with:
28
script: |
29
let now = new Date();
0 commit comments