Skip to content

Commit

Permalink
chore(deps): bump mydea/action-wait-for-api from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [mydea/action-wait-for-api](https://github.com/mydea/action-wait-for-api) from 1 to 2.
- [Release notes](https://github.com/mydea/action-wait-for-api/releases)
- [Commits](mydea/action-wait-for-api@v1...v2)

---
updated-dependencies:
- dependency-name: mydea/action-wait-for-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent d21296f commit 7ce1dce
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 @@ -63,7 +63,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 7ce1dce

Please sign in to comment.