Skip to content

Commit

Permalink
Update fetch_includes.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Cal <[email protected]>
  • Loading branch information
CallumWalley authored Oct 9, 2024
1 parent b654997 commit f86bfc6
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 @@ -45,8 +45,8 @@ jobs:
body_message="This Merge Request was triggered by an update to $(git diff --name-only ${GITHUB_REF} | tr '\n' ', ')."
git fetch
if [[ $(git log ${GITHUB_REF}..HEAD) ]]; then
git rebase ${BRANCH_NAME}
git pull origin
git rebase ${GITHUB_REF}
git pull origin ${GITHUB_REF}
git push origin ${BRANCH_NAME}
gh pr create -B ${GITHUB_REF} -H ${BRANCH_NAME} --title "Automatic Asset Update - $(date +'%Y-%m-%d')" --body "${body_message}" -l auto_merge
gh workflow run -R nesi/support-docs -r assets-update -f fileList=" " checks.yml
Expand Down

0 comments on commit f86bfc6

Please sign in to comment.