Commit ef3e35d
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.sh1 parent 12cb944 commit ef3e35d
File tree
2 files changed
+3
-3
lines changed- .github
- script
- workflows
2 files changed
+3
-3
lines changedFile mode changed.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments