Skip to content

Commit c72aeab

Browse files
committed
Formating
1 parent 0980f14 commit c72aeab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- name: ️Checkout repository
13+
- name: ️ Checkout repository
1414
uses: actions/checkout@v4
1515
with:
1616
token: ${{ secrets.USER_TOKEN }}
@@ -50,3 +50,4 @@ jobs:
5050
- name: ⬆️ Push to build branch
5151
run: |
5252
git push --all -f https://x-access-token:${{ secrets.USER_TOKEN }}@github.com/${{ github.repository }}.git
53+

0 commit comments

Comments
 (0)