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 4547ef7 + 0d64c90 commit 2bd6617Copy full SHA for 2bd6617
.github/workflows/workflow.yml
@@ -7,6 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
+ with:
11
+ fetch-depth: 0
12
+ token: ${{ secrets.GITHUB_TOKEN }}
13
- uses: actions/setup-node@v3
14
with:
15
node-version: 16
0 commit comments