We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97c0ed commit 9e8dfc8Copy full SHA for 9e8dfc8
.github/workflows/pr-validation.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: ./.github/workflows/lint.yml
17
18
deploy:
19
- runs-on: ubuntu-latest
+ runs-on: tenki-staging-standard-autoscale
20
steps:
21
- uses: actions/[email protected]
22
- uses: azure/login@v2
@@ -44,4 +44,4 @@ jobs:
44
environmentType=Test
45
- name: Show website hostname
46
run: |
47
- echo "Access the website at this address: https://${{ steps.deploy.outputs.appServiceAppHostName }}"
+ echo "Access the website at this address: https://${{ steps.deploy.outputs.appServiceAppHostName }}"
0 commit comments