We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86619b9 commit dc5eed7Copy full SHA for dc5eed7
1 file changed
.github/workflows/pr-labeler.yml
@@ -50,10 +50,11 @@ jobs:
50
archive_format: 'zip',
51
});
52
var fs = require('fs');
53
- fs.writeFileSync('${{github.workspace}}/pr.zip', Buffer.from(download.data));
+ fs.writeFileSync('${{github.workspace}}/pr-id.zip', Buffer.from(download.data));
54
- run: unzip pr-id.zip
55
56
- - name: 'Excract PR id'
+ - name: 'Exctract PR id'
57
+ id: pr
58
uses: actions/github-script@v7
59
with:
60
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments