We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3cdd1 commit 0c326bdCopy full SHA for 0c326bd
.github/workflows/repolinter.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Test Default Branch
17
id: default-branch
18
- uses: actions/github-script@v4.2.0
+ uses: actions/github-script@v7.0.1
19
with:
20
script: |
21
const data = await github.repos.get(context.repo)
0 commit comments