Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
covesturtevant committed Sep 16, 2024
1 parent 4b37857 commit 03ae9c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-push-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ runs:
git commit -m "pipeline specifications updated" || echo "No pipeline specifications updated"
git push origin deployment-candidate-${{ env.MODULE_NAME }} || echo "No changes to commit"
gh pr create --title 'Deployment Candidate: ${{ env.MODULE_NAME }}' --body "Auto-created by Github action" --base master --head "deployment-candidate-${{ env.MODULE_NAME }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 03ae9c7

Please sign in to comment.