Skip to content

Commit ef3e35d

Browse files
authored
Update 2-setup-azure-environment.yml (#49)
* Update 2-setup-azure-environment.yml Updated Lines: 86: 'env' -> 'with' 92: 'env' -> 'with' 98: 'env' -> 'with' GitHub Actions kept failing on this step Updated Line: 110: ./.github/script/initialize-repository.sh Using the correct script path because pull-main.sh does not exist * Update 2-setup-azure-environment.yml Changed back to pull-main.sh * Rename initialize-repository.sh to pull-main.sh Changed file name to match path * Deleting pull-main.sh Deleting due to path changes fixing this lab * oops accidentally deleted * Revert "Update 2-setup-azure-environment.yml" This reverts commit f66bda4. * added back initialize-repo.sh * Update initialize-repository.sh same formatting as previous file * Update 2-setup-azure-environment.yml Reverted back to pull-main.sh
1 parent 12cb944 commit ef3e35d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/script/initialize-repository.sh

100755100644
File mode changed.

.github/workflows/2-setup-azure-environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,19 @@ jobs:
8383
# Verify the learner configured the Deploy-to-Azure job.
8484
- name: Verify Deploy-to-Azure job
8585
uses: skills/action-check-file@v1
86-
env:
86+
with:
8787
file: .github/workflows/deploy-staging.yml
8888
search: "Deploy-to-Azure"
8989

9090
- name: Verify Deploy-to-Azure job
9191
uses: skills/action-check-file@v1
92-
env:
92+
with:
9393
file: .github/workflows/deploy-staging.yml
9494
search: "azure/login"
9595

9696
- name: Verify Deploy-to-Azure job
9797
uses: skills/action-check-file@v1
98-
env:
98+
with:
9999
file: .github/workflows/deploy-staging.yml
100100
search: "azure/webapps-deploy"
101101

0 commit comments

Comments
 (0)