Skip to content

Commit 616b704

Browse files
authored
Update auto_bsp.yaml
1 parent 3deb4b2 commit 616b704

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/auto_bsp.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@ 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
25-
git add src/02
26-
git commit -m "auto bsp update" src/02
27-
28-
- name: Switch to Branch standard
29-
run: git checkout -b standard
24+
git add src
25+
git commit -m "auto-bsp-changes"
3026
3127
- name: Push Changes
3228
uses: ad-m/[email protected]

0 commit comments

Comments
 (0)