Skip to content

Commit 3454b8e

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

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.0.1
20+
uses: actions/github-script@v6.4.1
2121
with:
2222
script: 'console.log(${{ toJson(github.event) }});'
2323
- name: Download zipball
24-
uses: actions/github-script@v7.0.1
24+
uses: actions/github-script@v6.4.1
2525
with:
2626
script: |
2727
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)