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 bc69a10 commit 7351bbaCopy full SHA for 7351bba
.github/workflows/main.yml
@@ -22,8 +22,10 @@ jobs:
22
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- - uses: actions/checkout@v2
+ - name: Checkout
+ uses: actions/checkout@v3
27
+ with:
28
+ fetch-depth: 1
29
30
- name: git init
31
run: git config --global user.email "[email protected]" && git config --global user.name "modern"
0 commit comments