-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace custom last-successful action by inline curl job #5
Labels
enhancement
New feature or request
Comments
actually do this via a |
This is related to the |
Hrishikesh-Kalyanaraman
assigned Hrishikesh-Kalyanaraman and unassigned Hrishikesh-Kalyanaraman
Nov 16, 2022
nadinekuo
pushed a commit
to nadinekuo/einstein-toolkit-tests
that referenced
this issue
Apr 6, 2023
Submodule repos/Scalar 17e7d57..d17622f: > Merged in proposal_ET_2023_05 (pull request EinsteinToolkit#5)
einsteintoolkit-updater
pushed a commit
that referenced
this issue
Apr 6, 2023
Submodule repos/Scalar f1e641e..d17622f: > Merged in proposal_ET_2023_05 (pull request #5)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of using customized last-successful action, embed the required json parsing into action yaml file to reduce external dependencies:
gives the required last successful git hash.
This is basically the same as what the javascript in https://github.com/rhaas80/last-successful-commit-action/blob/master/dist/index.js does.
The text was updated successfully, but these errors were encountered: