Skip to content

Commit

Permalink
chore(deps): bump mydea/action-wait-for-api from 1 to 2 (#1711)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aram <[email protected]>
  • Loading branch information
dependabot[bot] and alimpens authored Nov 1, 2024
1 parent 753d91b commit 7fa06e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
target-folder: demo-${{ env.BRANCH_NAME }}

- name: Wait for GitHub Pages to be deployed
uses: mydea/action-wait-for-api@v1
uses: mydea/action-wait-for-api@v2
with:
url: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/demo-${{ env.BRANCH_NAME }}/${{ github.sha }}.txt
expected-status: 200
Expand Down

0 comments on commit 7fa06e6

Please sign in to comment.