Skip to content

Commit 815b739

Browse files
heiskrCopilot
andauthored
Fastly purge: soften input descriptions and add name labels (#61833)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a82ebb2 commit 815b739

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/purge-fastly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ on:
1212
workflow_dispatch:
1313
inputs:
1414
languages:
15-
description: "Comma separated languages, e.g. 'en,es,ja,pt,zh,ru,fr,ko,de'. Blank = all languages."
15+
description: "Languages: Comma separated languages, e.g. 'en,es,ja,pt,zh,ru,fr,ko,de'. Blank = all languages."
1616
required: false
1717
default: 'en'
1818
hard:
19-
description: 'Evict immediately instead of the default soft purge. Use when a soft purge fails to clear stale content.'
19+
description: 'Hard purge: Evict immediately instead of the default soft purge. Use when a soft purge fails to clear stale content.'
2020
type: boolean
2121
required: false
2222
default: false
2323
everything:
24-
description: 'DANGER: hard-purge the ENTIRE Fastly cache... every key, all readers. Ignores the language/hard inputs. To confirm, type exactly: "purge everything". Otherwise leave blank.'
24+
description: 'Everything: Hard-purge the entire Fastly cache... every key, all readers. Ignores the languages/hard inputs. To confirm, type exactly: "purge everything". Otherwise leave blank.'
2525
required: false
2626
default: ''
2727

0 commit comments

Comments
 (0)