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 72fc7d3 commit 62cb2c0Copy full SHA for 62cb2c0
.github/workflows/deploy_v2.yml
@@ -11,6 +11,8 @@ jobs:
11
GH_TOKEN: ${{ secrets.GH_TOKEN }}
12
steps:
13
- uses: actions/checkout@v2
14
+ with:
15
+ fetch-depth: 0
16
- uses: actions/setup-python@v2
17
with:
18
python-version: 3.x
0 commit comments