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 4f8b5de commit c8f1a5eCopy full SHA for c8f1a5e
.github/workflows/backup.yml
@@ -98,7 +98,7 @@ jobs:
98
sudo tar -czvf "${{ inputs.backup-name }}.tar.gz" -C "$HOME/ghe-backup-data/$current" .
99
100
- name: Login to Azure
101
- if: inputs.backup-name != ""
+ if: "${{ inputs.backup-name != '' }}"
102
run: |
103
az login \
104
--service-principal \
@@ -108,7 +108,7 @@ jobs:
108
az account set --subscription "${{ secrets.AZURE_SUBSCRIPTION_ID }}"
109
110
- name: Upload backup to Azure
111
112
113
az storage blob upload \
114
--account-name "${{ secrets.AZURE_ACCOUNT_NAME }}" \
0 commit comments