Skip to content

Commit f74e02a

Browse files
authored
Merge pull request #6 from raffaeu/change-char
Change char
2 parents ebe595e + 835f97a commit f74e02a

File tree

2 files changed

+2
-63
lines changed

2 files changed

+2
-63
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919

2020
# Log into Azure
2121
- uses: azure/[email protected]
22-
with: ${{ secrets.AZURE_CREDENTIALS_REALLY }}
22+
with:
23+
creds: ${{ secrets.AZURE_CREDENTIALS_REALLY }}
2324

2425
# Deploy ARM template
2526
- name: Run ARM deploy

.github/workflows/pages.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)