We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f0350 commit c117a85Copy full SHA for c117a85
.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