We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0980f14 commit c72aeabCopy full SHA for c72aeab
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - name: ⬇️Checkout repository
+ - name: ⬇️ Checkout repository
14
uses: actions/checkout@v4
15
with:
16
token: ${{ secrets.USER_TOKEN }}
@@ -50,3 +50,4 @@ jobs:
50
- name: ⬆️ Push to build branch
51
run: |
52
git push --all -f https://x-access-token:${{ secrets.USER_TOKEN }}@github.com/${{ github.repository }}.git
53
+
0 commit comments