From b7bb1ce0cd1f78c4222787610e8778ec3c716f01 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Tue, 27 Feb 2024 11:54:31 -0800 Subject: [PATCH] Update docs for v3 --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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)