You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be an inconsistency in how GitHub Actions is handling the use of specific minor versions of the Evergreen action. When specifying a minor version (e.g., github/[email protected]), the workflow appears to still pull the latest major version (v1), ignoring the specified minor version.
oh darn. This might be because when you specify the action at v1.12.0 it goes to the code at that point and determines which package to pull. See here the v1.12.0 of the code that specifies the package: https://github.com/github/evergreen/blob/v1.12.0/action.yml#L7
To Reproduce
- id: run-evergreen
name: Run evergreen action
uses: github/[email protected]
Describe the bug
There seems to be an inconsistency in how GitHub Actions is handling the use of specific minor versions of the Evergreen action. When specifying a minor version (e.g., github/[email protected]), the workflow appears to still pull the latest major version (v1), ignoring the specified minor version.
From @zkoppert :
To Reproduce
From the logs:
Expected behavior
It should retrieve the specific minor version
Screenshots
No response
Additional context
More context: #213
The text was updated successfully, but these errors were encountered: