We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae26d45 commit a9fe7eeCopy full SHA for a9fe7ee
3 files changed
.github/actions/utils/check-permissions/action.yml
@@ -13,7 +13,7 @@ runs:
13
using: composite
14
steps:
15
- name: Check repository permission / team membership
16
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
17
env:
18
TEAM: ${{ inputs.team }}
19
MESSAGE: ${{ inputs.message }}
.github/actions/utils/determine-ref/action.yml
@@ -14,7 +14,7 @@ runs:
- name: Determine ref and SHA
id: determine
with:
script: |
20
const {owner, repo} = context.repo;
.github/actions/utils/should-run/action.yml
@@ -11,7 +11,7 @@ runs:
11
12
- name: Should Run
id: should_run
const ev = context.eventName;
0 commit comments