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 4b6714b commit 38046d5Copy full SHA for 38046d5
.github/workflows/main-workflow.yml
@@ -59,10 +59,10 @@ jobs:
59
echo "base_ref=${{ github.base_ref }}";
60
echo "head_ref=${{ github.head_ref }}";
61
62
-
63
- - name: Clone repository
64
- run: |
65
- git clone --depth 1 --no-single-branch https://${{ secrets.GH_PERSONAL_TOKEN }}@github.com/encap/coderush.git .
+ - name: Checkout
+ uses: actions/checkout@v2
+ with:
+ token: ${{ secrets.GH_PERSONAL_TOKEN }}
66
67
- name: Setup Node.js
68
if: env.all || env.frontend || env.code_submission
0 commit comments