We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0b9f6 commit 0ea0e45Copy full SHA for 0ea0e45
1 file changed
.github/workflows/purge-fastly.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Purge Fastly edge cache per language
66
if: ${{ !inputs.nuke_all }}
67
env:
68
- LANGUAGES: ${{ inputs.languages }}
+ LANGUAGES: ${{ inputs.languages || 'en' }} # Temporary, only purge English on deploy. Set to empty string for all
69
run: npm run purge-fastly-edge-cache-per-language
70
71
- uses: ./.github/actions/slack-alert
0 commit comments