File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ To use the action add the following step to your workflow file (e.g.
2929 password : ${{ secrets.PYPI_API_TOKEN }}
3030` ` `
3131
32- > **Pro tip**: instead of using branch pointers, like ` master `, pin versions of
33- Actions that you use to tagged versions or sha1 commit identifiers. This will
34- make your workflows more secure and better reproducible, saving you from sudden
35- and unpleasant surprises.
32+ > **Pro tip**: instead of using branch pointers, like ` unstable/v1 `, pin
33+ versions of Actions that you use to tagged versions or sha1 commit identifiers.
34+ This will make your workflows more secure and better reproducible, saving you
35+ from sudden and unpleasant surprises.
3636
3737A common use case is to upload packages only on a tagged commit, to do so add a
3838filter to the step :
You can’t perform that action at this time.
0 commit comments