diff --git a/.github/workflows/update-node-versions.yml b/.github/workflows/update-node-versions.yml index f49f21d..1d73b9b 100644 --- a/.github/workflows/update-node-versions.yml +++ b/.github/workflows/update-node-versions.yml @@ -11,5 +11,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: "." + - uses: ./ - uses: peter-evans/create-pull-request@v4 diff --git a/README.md b/README.md index d5de671..ca13cd8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `update-node-versions` ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/hongaar/update-node-versions?label=latest%20version&sort=semver) +# update-node-versions ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/hongaar/update-node-versions?label=latest%20version&sort=semver) **A GitHub Action to automatically update you repository to the latest Node versions. Currently supports updating GitHub workflows and package.json