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.
2 parents b757573 + 7fd0776 commit cb87e14Copy full SHA for cb87e14
.github/workflows/continuous-integration.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: escemi-tech/actions-node@v1.4.2
+ - uses: escemi-tech/actions-node@v1.5.0
18
with:
19
checks: true
20
@@ -26,10 +26,11 @@ jobs:
26
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main'
27
28
environment: github-pages
29
+
30
31
32
- checkout-token: ${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}
33
+ checkout: '{ "token": "${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}" }'
34
35
- name: 🏗️ Build Github pages
36
run: |
0 commit comments