Skip to content

Commit

Permalink
delete and squash
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumWalley committed Apr 10, 2024
1 parent 9528e33 commit 42c0349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch_includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
echo "last job ${{ steps.commit.outputs.change }}"
git push origin $(date +'%Y-%m-%d')-${BRANCH_NAME}
gh pr create -B ${GITHUB_REF} -H $(date +'%Y-%m-%d')-${BRANCH_NAME} --title 'Update Remote Assets' --body 'Created by Github action'
gh pr merge --squash --auto
gh pr merge $(date +'%Y-%m-%d')-${BRANCH_NAME} --squash --auto --delete-branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 42c0349

Please sign in to comment.