We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a470ed7 commit f60e381Copy full SHA for f60e381
.github/workflows/citgm-package.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
npm link
66
- name: Determine repository URL of ${{inputs.package}}
67
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
68
id: repository-url
69
with:
70
result-encoding: string
.github/workflows/lint-ecosystem-order.yml
@@ -22,7 +22,7 @@ jobs:
22
persist-credentials: false
23
24
- name: Lint Doc
25
26
27
github-token: ${{ secrets.GITHUB_TOKEN }}
28
script: |
0 commit comments