Skip to content

Commit

Permalink
corretg branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumWalley committed Apr 10, 2024
1 parent e5b28d9 commit 427ec5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch_includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
if: ${{ steps.commit.outputs.change != 1 }}
run: |
echo "last job ${{ steps.commit.outputs.change }}"
git push origin ${BRANCH_NAME}
gh pr create -B ${GITHUB_REF} -H ${BRANCH_NAME} --title 'Update Remote Assets' --body 'Created by Github action'
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 --auto
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 427ec5c

Please sign in to comment.