Skip to content

Commit

Permalink
Update scaffold/github/actions/pantheon/review/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Feb 15, 2024
1 parent 5022db5 commit 77496c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold/github/actions/pantheon/review/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runs:
- name: Deploy to Pantheon
run: |
source .github/actions/drainpipe/set-env/bash_aliases
drainpipe_exec "terminus workflow:wait pantheon-pr-${{DRAINPIPE_PR_NUMBER}}"
drainpipe_exec "terminus workflow:wait ${{ inputs.site-name }}.pr-$DRAINPIPE_PR_NUMBER"
drainpipe_exec "terminus aliases --only ${{ inputs.site-name }} --yes"
if [ "${{ inputs.run-installer }}" == "true" ]; then
Expand Down

0 comments on commit 77496c5

Please sign in to comment.