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 4507bdd
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/cc-toml-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ 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 }}"
env:
GIT_AUTHOR_NAME: "cc-toml-generator"
GIT_AUTHOR_EMAIL: "aws-lc-github-bot@amazon.com"
GIT_COMMITTER_NAME: "cc-toml-generator"
GIT_COMMITTER_EMAIL: "aws-lc-github-bot@amazon.com"
run: |
git add .
git commit -m "CC toml from ${{ matrix.os }}"
git pull --rebase
git push

0 comments on commit 4507bdd

Please sign in to comment.