Skip to content

Commit

Permalink
Update Synchronizing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny authored Nov 20, 2023
1 parent 50bf038 commit 9d8136a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/Synchronizing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,14 @@ jobs:
git checkout master
git pull
git add .
git commit -m "${{ github.event.pull_request.title }}#${{ github.event.pull_request.head.ref }}"
git push origin HEAD:master -f
# git commit -m "${{ github.event.pull_request.title }}#${{ github.event.pull_request.head.ref }}"
# git push origin HEAD:master -f
# Commit all changed files back to the repository
- uses: planetscale/[email protected]
with:
commit_message: "syncing change from github.com/coralogix/coragix-aws-serverless-rust, ${{ github.event.head_commit.message }}"
repo: guyrenny/guy-renny-cloudformation
branch: master
file_pattern: '*.yaml *.md'
env:
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}

0 comments on commit 9d8136a

Please sign in to comment.