Skip to content

Commit

Permalink
docs: Encourage use of v1 instead of master
Browse files Browse the repository at this point in the history
Knowing that every pleb will copy-paste this example as-is,
I'd recommend encouraging use of v1 (e.g. latest `v1.x.x` tag on this repo),
instead of v2, so that if one day you need to make a significant change
to the format somehow or add/change required options, that you will do so
in a SemVer compliant way and that it won't break thousands of projects
already using the action.
  • Loading branch information
Krinkle authored Dec 30, 2020
1 parent e57c22d commit 02adcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Action Test
steps:
# ...
- uses: saucelabs/sauce-connect-action@master
- uses: saucelabs/sauce-connect-action@v1
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down

0 comments on commit 02adcd1

Please sign in to comment.