Skip to content

Commit 0ed9c2b

Browse files
committed
Remove outdated reference
1 parent afa54ef commit 0ed9c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
AZURE_WEBHOOK: '${{ secrets.AZURE_WEBHOOK }}'
1414
# DECIDE WHETHER YOU WANT A BRANCH CHECK - if so remove the other "if"
1515
# if: github.ref == 'refs/heads/master'
16-
if: github.repository != 'CorndelWithSoftwire/DevOps-Course-Workshop-Module-13-Learners'
16+
if: github.repository != 'corndeladmin/DevOps-Course-Workshop-Module-13-Learners'
1717
steps:
1818
- name: test
1919
run: echo ${{ github.repository }}

0 commit comments

Comments
 (0)