Skip to content

Commit

Permalink
Use the latest versions of platformsh actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rasben authored Nov 21, 2022
1 parent 6ae0e67 commit fc8fd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/drupal-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
edit-mode: replace
reactions: ${{ steps.drupal-regression.outputs.reactions }}
- uses: actions/checkout@v1
- uses: reload/action-platformsh-url@v2
- uses: reload/action-platformsh-url@main
id: platformsh_url
with:
PLATFORMSH_ID: ${{ inputs.PLATFORMSH_ID }}
PLATFORMSH_KEY: ${{ secrets.PLATFORMSH_KEY }}
- name: Drupal Regression
id: drupal-regression
uses: reload/action-drupal-regression@v2
uses: reload/action-drupal-regression@main
with:
url: ${{ steps.platformsh_url.outputs.url }}
work_dir: ${{ inputs.WORK_DIR }}
Expand Down

0 comments on commit fc8fd34

Please sign in to comment.