diff --git a/README.md b/README.md index b4e7145..3acfe9f 100644 --- a/README.md +++ b/README.md @@ -44,19 +44,19 @@ jobs: steps: - uses: actions/checkout@v1 - name: Apply netrc creds with direct input - uses: bcomnes/netrc-creds@master + uses: bcomnes/netrc-creds@v3 with: machine: some.other.api.com login: person password: 1234qwer # store this in secrets - name: Apply netrc creds with direct input again - uses: bcomnes/netrc-creds@master + uses: bcomnes/netrc-creds@v3 with: machine: another.api.com login: person password: 1234qwer # store this in secrets - name: Apply netrc creds with a JSON block - uses: bcomnes/netrc-creds@v2.0.0 + uses: bcomnes/netrc-creds@v3 with: creds: | [ @@ -77,8 +77,7 @@ jobs: ### Can you offer a major version tag/branch alias? I want automatic updates! -Yes! +Yes! netrc-creds now offers a v2 and v3 major branch pointer. -Yes ## License The scripts and documentation in this project are released under the [MIT License](LICENSE)