Skip to content

Commit

Permalink
Merge pull request #2714 from chaoss/add-auto-merge-gh-action
Browse files Browse the repository at this point in the history
Remove Unneeded 'git commit' Call in Github Action Script Because it Returns Non-Zero Bash Code
  • Loading branch information
sgoggins authored Feb 22, 2024
2 parents c06a09c + 8beb7bc commit f0f6c07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
git config user.email '[email protected]'
git checkout dev
git merge main
git add -A
timestamp=$(date -u)
git commit -m "update dev: ${timestamp}"
echo "Done with merge"
- name: Push to dev
uses: CasperWA/push-protected@v2
Expand Down

0 comments on commit f0f6c07

Please sign in to comment.