We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39338d commit 638646eCopy full SHA for 638646e
.github/workflows/auto_bsp.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
git config --global user.name 'github-actions[bot]'
23
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
24
- git add src
+ git add src/02
25
git commit -m "auto bsp update"
26
27
- name: Switch to Branch standard
0 commit comments