We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ded149 commit 81a0a85Copy full SHA for 81a0a85
1 file changed
.github/workflows/c-cpp.yml
@@ -25,6 +25,7 @@ jobs:
25
26
- name: Commit 5 times
27
run: |
28
+ git pull origin master
29
git add execs
30
git commit -m "Update prebuilt binaries" || echo "No changes to commit"
31
git pull --rebase origin main || echo "No remote changes to rebase"
0 commit comments