Skip to content

Commit 2f52885

Browse files
authored
update action
1 parent 20e61b8 commit 2f52885

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto_bsp.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
git config --global user.name 'github-actions[bot]'
2323
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
24+
git reset --hard HEAD
2425
git add src/02
2526
git commit -m "auto bsp update" src/02
2627
@@ -32,4 +33,4 @@ jobs:
3233
with:
3334
github_token: ${{ secrets.GITHUB_TOKEN }}
3435
branch: standard
35-
force: true
36+
force: true

0 commit comments

Comments
 (0)