Skip to content

Commit 7bbdccd

Browse files
committed
Update the mention of master with unstable/v1
1 parent 328cf89 commit 7bbdccd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff 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

3737
A common use case is to upload packages only on a tagged commit, to do so add a
3838
filter to the step:

0 commit comments

Comments
 (0)