This repository has been archived by the owner on May 31, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Actions upgraded from v2 to v2.3.1.3.1.3.1.3.1.3.1 instead of v2.3.1 #17
Labels
bug
Something isn't working
Comments
Other than that bug, I'm pretty happy with |
@kdeldycke Thank you for bug report and for positive feedback! I'll take a look at this bug in this weekend. Also, pull requests are very welcome in case you have a time or mood to contribute 🙂 |
fabasoad
pushed a commit
that referenced
this issue
Jul 3, 2020
fabasoad
pushed a commit
that referenced
this issue
Jul 3, 2020
fabasoad
pushed a commit
that referenced
this issue
Jul 3, 2020
fabasoad
pushed a commit
that referenced
this issue
Jul 3, 2020
fabasoad
pushed a commit
that referenced
this issue
Jul 3, 2020
fabasoad
pushed a commit
that referenced
this issue
Jul 3, 2020
14 tasks
fabasoad
added a commit
that referenced
this issue
Jul 3, 2020
fabasoad
added a commit
that referenced
this issue
Jul 3, 2020
* #17 - Add information to README. Fix paths in .iss files. * #17 - Testing CI with updater. * #17 - Updating PR action * #17 - Fix issue with replacement * #17 - Fix issue with replacement (2) * #17 - Remove \n from regex * #17 - Upgrade 1.1.3 to 1.1.4 * #17 - Upgrade actions/checkout action using latest fix * #17 - Add chmod permissions for ./ghacu in CI pipeline
14 tasks
Fixed in v1.1.4 |
Thanks @fabasoad for the fix! I can confirm v1.1.4 really fix the issue.
See: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The generated updated version of an action is repeating itself after the major revision part.
Steps to Reproduce
See my GitHub action which is trying to update all versions from all my workflows at: https://github.com/kdeldycke/awesome-iam/blob/master/.github/workflows/lint.yaml#L11-L38
This produce the following change: https://github.com/kdeldycke/awesome-iam/pull/6/files#diff-c81593a3651bf87f58345cd819edad71
in which:
is replaced by:
Expected behavior
Here I expect
actions/checkout@v2
to be replaced byactions/[email protected]
.Actual behavior
Instead, what's happening is that
actions/checkout@v2
gets replaced byactions/[email protected]
.Technical information (please complete the following information):
ubuntu-latest
distribution from GitHub Actions images.The text was updated successfully, but these errors were encountered: