Skip to content

Commit

Permalink
Update create-deploy-resources.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea authored Nov 18, 2023
1 parent 51e4c26 commit f8894a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-deploy-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
commit-message: "Generate deploy resources (from ${{ github.workflow }} run # ${{ github.run_number }})"
branch: create-deploy-resources/sourceref
branch-suffix: short-commit-hash
# delete-branch: true
delete-branch: true
base: ${{ env.BRANCH }}
title: "Generate deploy resources (from ${{ github.workflow }} run # ${{ github.run_number }})"
body: "Generated deployment resource changes from [${{ github.workflow }} run # ${{ github.run_number }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}), which was triggered by commit ${{ env.REF }}."
Expand All @@ -83,4 +83,4 @@ jobs:
run: |
echo "${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}" | gh auth login --with-token
gh pr review --approve ${{ steps.create-pr.outputs.pull-request-number }}
gh pr merge --squash --delete-branch --admin ${{ steps.create-pr.outputs.pull-request-number }}
gh pr merge --squash --admin ${{ steps.create-pr.outputs.pull-request-number }}

0 comments on commit f8894a2

Please sign in to comment.