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 3deb4b2 commit 616b704Copy full SHA for 616b704
.github/workflows/auto_bsp.yaml
@@ -21,12 +21,8 @@ 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 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
+ git add src
+ git commit -m "auto-bsp-changes"
30
31
- name: Push Changes
32
uses: ad-m/[email protected]
0 commit comments