Skip to content

Commit

Permalink
test bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
covesturtevant committed Sep 16, 2024
1 parent 5ce23dd commit c9baeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-push-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ runs:
git add -u .
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 }} --reviewer neon-is-data-processing-admin
gh pr create --title 'Deployment Candidate: ${{ env.MODULE_NAME }}' --body "Auto-created by Github action" --base master --head deployment-candidate-${{ env.MODULE_NAME }} --reviewer @NEONScience/neon-is-data-processing-admin

0 comments on commit c9baeb6

Please sign in to comment.