We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b8c0a commit 51323edCopy full SHA for 51323ed
1 file changed
.github/workflows/purge-fastly.yml
@@ -16,7 +16,7 @@ on:
16
languages:
17
description: "Comma separated languages. E.g. 'en,ja, es' (defaults to all)"
18
required: false
19
- default: ''
+ default: 'en' # Temporary, only purge English on deploy. Set to empty string for all
20
21
permissions:
22
contents: read
0 commit comments