We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2838e8f commit d517f65Copy full SHA for d517f65
.github/workflows/auto_bsp.yaml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
git config --global user.name 'github-actions[bot]'
25
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
26
+ git add .
27
git commit -m "auto-bsp-changes"
28
29
- name: Push Changes
0 commit comments