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 b4e31f6 commit 80efe41Copy full SHA for 80efe41
.github/workflows/preview.yml
@@ -44,6 +44,11 @@ jobs:
44
const fs = require('fs');
45
fs.writeFileSync('${{ github.workspace }}/out.zip', Buffer.from(download.data));
46
- run: unzip -o out.zip -d out
47
+ - name: 'debug info'
48
+ uses: actions/[email protected]
49
+ with:
50
+ script: |
51
+ console.log(${{ toJson(github.event) }});
52
- run: node scripts/publish-preview
53
env:
54
CI_PREVIEW_TOKEN: ${{ secrets.CI_PREVIEW_TOKEN }}
0 commit comments