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 4547ef7 commit 0d64c90Copy full SHA for 0d64c90
.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