We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f40fa commit 4f6608dCopy full SHA for 4f6608d
.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