We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9701fe commit d85bad9Copy full SHA for d85bad9
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@v7
27
with:
28
script: |
29
let now = new Date();
0 commit comments