Skip to content

Commit 487a8c7

Browse files
authored
image-publish.yml: Update cvmfs-removal example
1 parent a3c1d1b commit 487a8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
The image **TAGS** (i.e. 'bar' in 'baz/foo:bar') to remove on CVMFS -- newline-delimited
4444
tags can be a pattern-based or verbatim
4545
SEE: https://github.com/WIPACrepo/build-singularity-cvmfs-action
46-
EXAMPLE: '$ {{ github.ref_name }}-[SHA]' (no space after $)
46+
EXAMPLE: '$ {{ github.event.ref }}-[SHA]' (no space after $)
4747
type: string
4848
required: false
4949
free_disk_space:

0 commit comments

Comments
 (0)