We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebb1f1 commit 9e2d3e7Copy full SHA for 9e2d3e7
.github/workflows/use_org_secret.yaml
@@ -13,7 +13,7 @@ jobs:
13
run: |
14
echo "hello Everyone"
15
echo $TEST >> cat.txt
16
- - name: text
+ - name: texting
17
18
ls -la
19
cat cat.txt
@@ -30,7 +30,7 @@ jobs:
30
inlinescript: |
31
az account set -s "TECH-ARCHITECTS-NONPROD"
32
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
+ az storage blob upload --account-name techarchitectssa --account-key $ACCESS_KEY --container-name env-secrets --file cat.txt --name myblob --overwrite
34
- name: Completed
35
36
echo "program completed successfully"
0 commit comments