[GH-ISSUE #177] reference not found #118

Closed
opened 2026-03-01 21:40:21 +03:00 by kerem · 3 comments
Owner

Originally created by @weihao on GitHub (Apr 1, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/177

    steps:
      - uses: actions/checkout@v2
      - uses: bahmutov/npm-install@v1
[Node CI/build] ⭐  Run bahmutov/npm-install@v1
[Node CI/build]   ☁  git clone 'https://github.com/bahmutov/npm-install' # ref=v1
[Node CI/build] Unable to resolve v1: reference not found
[Node CI/build]   ❌  Failure - bahmutov/npm-install@v1
Originally created by @weihao on GitHub (Apr 1, 2020). Original GitHub issue: https://github.com/nektos/act/issues/177 ``` steps: - uses: actions/checkout@v2 - uses: bahmutov/npm-install@v1 ``` ``` [Node CI/build] ⭐ Run bahmutov/npm-install@v1 [Node CI/build] ☁ git clone 'https://github.com/bahmutov/npm-install' # ref=v1 [Node CI/build] Unable to resolve v1: reference not found [Node CI/build] ❌ Failure - bahmutov/npm-install@v1 ```
kerem closed this issue 2026-03-01 21:40:21 +03:00
Author
Owner

@mced commented on GitHub (Apr 1, 2020):

@weihao seems to be related to https://github.com/nektos/act/issues/101

<!-- gh-comment-id:607083449 --> @mced commented on GitHub (Apr 1, 2020): @weihao seems to be related to https://github.com/nektos/act/issues/101
Author
Owner

@weihao commented on GitHub (Apr 1, 2020):

@mced Thanks!

<!-- gh-comment-id:607218760 --> @weihao commented on GitHub (Apr 1, 2020): @mced Thanks!
Author
Owner

@TylerBarnes commented on GitHub (Dec 8, 2020):

For anyone who came here and couldn't figure out what the solution is, you should set it to - uses: bahmutov/npm-install@v1.1.0

<!-- gh-comment-id:740945608 --> @TylerBarnes commented on GitHub (Dec 8, 2020): For anyone who came here and couldn't figure out what the solution is, you should set it to `- uses: bahmutov/npm-install@v1.1.0`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#118
No description provided.