Skip to content

Commit

Permalink
Commit, pull w/ rebase, push
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Mar 5, 2024
1 parent e4e3775 commit 01c80f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cc-toml-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: |
./scripts/build/generate_build_toml.sh
- name: Commit & Push changes
uses: actions-js/push@v1.1
with:
rebase: true
github_token: ${{ secrets.GITHUB_TOKEN }}"
run: |
git add .
git commit -m "CC toml from ${{ matrix.os }}
git pull --rebase
git push

0 comments on commit 01c80f7

Please sign in to comment.