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 313b26f commit 96998a0Copy full SHA for 96998a0
.github/workflows/mirror.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup SSH and Push to Mirror
21
run: |
22
# 0. Check for the secret.
23
- if [[ -n "${{ secrets.GEMINI_CLI_EXTENSIONS_FLUTTER_MIRROR_KEY }}" ]]; then
+ if [[ -z "${{ secrets.GEMINI_CLI_EXTENSIONS_FLUTTER_MIRROR_KEY }}" ]]; then
24
echo "SSH Secret not available, exiting."
25
exit 0
26
fi
0 commit comments