Skip to content

Commit 9e2d3e7

Browse files
addded --overwrite in az command
1 parent 3ebb1f1 commit 9e2d3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/use_org_secret.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
echo "hello Everyone"
1515
echo $TEST >> cat.txt
16-
- name: text
16+
- name: texting
1717
run: |
1818
ls -la
1919
cat cat.txt
@@ -30,7 +30,7 @@ jobs:
3030
inlinescript: |
3131
az account set -s "TECH-ARCHITECTS-NONPROD"
3232
az account show -o json
33-
az storage blob upload --account-name techarchitectssa --account-key $ACCESS_KEY --container-name env-secrets --file cat.txt --name myblob
33+
az storage blob upload --account-name techarchitectssa --account-key $ACCESS_KEY --container-name env-secrets --file cat.txt --name myblob --overwrite
3434
- name: Completed
3535
run: |
3636
echo "program completed successfully"

0 commit comments

Comments
 (0)