Skip to content

Commit 1fc1dc8

Browse files
authored
update action
1 parent 5eb9561 commit 1fc1dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto_bsp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config --global user.name 'github-actions[bot]'
2323
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
2424
git add src/02
25-
git commit -m "auto bsp update"
25+
git commit -m "auto bsp update" src/02
2626
2727
- name: Switch to Branch standard
2828
run: git checkout -b standard
@@ -32,4 +32,4 @@ jobs:
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
branch: standard
35-
force: true
35+
force: true

0 commit comments

Comments
 (0)