Skip to content

Commit

Permalink
Merge pull request #2712 from chaoss/add-auto-merge-gh-action
Browse files Browse the repository at this point in the history
Fix Script Lacking Identifier for GH Actions
  • Loading branch information
sgoggins authored Feb 21, 2024
2 parents 2883663 + 273ae12 commit c06a09c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ jobs:
with:
fetch-depth: 0
- run: |
git config user.name 'GitHub Actions'
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
with:
Expand Down

0 comments on commit c06a09c

Please sign in to comment.