Skip to content

Commit

Permalink
Issue #511: Fixing aliases mapping for Github Update action. (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-saransig-lullabot authored Apr 3, 2024
1 parent dba8bc4 commit c6f111b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold/github/actions/pantheon/update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ runs:
- name: Update site on Pantheon
run: |
# Wait for Pantheon to sync.
drainpipe_exec "terminus workflow:wait ${{ inputs.site-name }}.${{ inputs.environment }}"
source .github/actions/drainpipe/set-env/bash_aliases
drainpipe_exec "terminus workflow:wait ${{ inputs.site-name }}.${{ inputs.environment }}"
drainpipe_exec "terminus aliases --only ${{ inputs.site-name }} --yes"
if [ "${{ inputs.run-installer }}" == "true" ]; then
drainpipe_exec "./vendor/bin/drush @${{ inputs.site-name }}.${{ inputs.environment }} --yes site:install --existing-config"
Expand Down

0 comments on commit c6f111b

Please sign in to comment.