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 5eb9561 commit 1fc1dc8Copy full SHA for 1fc1dc8
.github/workflows/auto_bsp.yaml
@@ -22,7 +22,7 @@ jobs:
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/02
25
- git commit -m "auto bsp update"
+ git commit -m "auto bsp update" src/02
26
27
- name: Switch to Branch standard
28
run: git checkout -b standard
@@ -32,4 +32,4 @@ jobs:
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
branch: standard
35
- force: true
+ force: true
0 commit comments