Skip to content

Commit a8ab92c

Browse files
committed
trustpub: Add examples to workflow filename help text
1 parent 1c7342c commit a8ab92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/crate/settings/new-trusted-publisher.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</div>
107107
{{else}}
108108
<div local-class="note">
109-
The filename of the publishing workflow. This file should be present in the <code>.github/workflows/</code> directory of the repository configured above.
109+
The filename of the publishing workflow. This file should be present in the <code>.github/workflows/</code> directory of the repository configured above. For example: <code>release.yml</code> or <code>publish.yml</code>.
110110
</div>
111111
{{/if}}
112112
{{/let}}

0 commit comments

Comments
 (0)