We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96ebe4 commit cb3cb08Copy full SHA for cb3cb08
1 file changed
.github/workflows/package.yml
@@ -1,6 +1,6 @@
1
on:
2
push:
3
- branches: [ multi-os-multi-runner ]
+ branches: [ main ]
4
5
name: Package
6
@@ -26,8 +26,8 @@ jobs:
26
27
- name: Commit
28
run: |
29
- git config --global user.name "GitHub Actions"
30
- git config --global user.email "tundranerd@gmail.com"
+ git config --global user.name "FEBio Workflow"
+ git config --global user.email "workflow@febio.org"
31
git add dist/
32
git commit -m "Update dist" || echo "No changes to commit"
33
git push origin ${GITHUB_REF##*/}
0 commit comments