Skip to content

Commit 0079dac

Browse files
authored
Update auto_bsp.yaml
1 parent 157cb0b commit 0079dac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto_bsp.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
timeout-minutes: 10
1111
steps:
1212
- uses: actions/checkout@v3
13+
with:
14+
ref: standard
1315
- uses: actions/setup-node@v3
1416
with:
1517
node-version: 20
@@ -21,7 +23,6 @@ jobs:
2123
run: |
2224
git config --global user.name 'github-actions[bot]'
2325
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
24-
git add src
2526
git commit -m "auto-bsp-changes"
2627
2728
- name: Push Changes

0 commit comments

Comments
 (0)