diff --git a/examples/url-use.yml b/examples/url-use.yml index 71103e0..ecba301 100644 --- a/examples/url-use.yml +++ b/examples/url-use.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: rlespinasse/github-slug-action@v3.x - run: | - ./deploy-application.sh --url "https://${{ env.GITHUB_REF_SLUG_URL }}.staging.app.mycompany.com" + ./deploy-application.sh --url "https://${{ env.GITHUB_REF_SLUG_URL }}.staging.app.example.com" as_resource_path: runs-on: ubuntu-latest @@ -17,4 +17,4 @@ jobs: - uses: actions/checkout@v2 - uses: rlespinasse/github-slug-action@v3.x - run: | - ./deploy-application.sh --url "https://staging.app.mycompany.com/${{ env.GITHUB_REF_SLUG_URL }}" + ./deploy-application.sh --url "https://staging.app.example.com/${{ env.GITHUB_REF_SLUG_URL }}"