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 ab848e4 commit 9704662Copy full SHA for 9704662
.github/workflows/pkg.pr.new-comment.yml
@@ -25,7 +25,7 @@ jobs:
25
run-id: ${{ github.event.workflow_run.id }}
26
- run: ls -R .
27
- name: 'Post or update comment'
28
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
29
with:
30
github-token: ${{ secrets.GITHUB_TOKEN }}
31
script: |
.github/workflows/pkg.pr.new.yml
@@ -21,7 +21,7 @@ jobs:
21
run: pnpm run build
22
- run: pnpx pkg-pr-new publish --compact './packages/eslint-plugin-svelte' --json output.json --comment=off
23
- name: Add metadata to output
24
0 commit comments