Skip to content

Commit 562054f

Browse files
authored
Meta: Debug publish-pr.yml
1 parent a8ac9e1 commit 562054f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Print event info
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v7.0.1
2121
with:
2222
script: 'console.log(${{ toJson(github.event) }});'
2323
- name: Download zipball
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@v7.0.1
2525
with:
2626
script: |
2727
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)