-
Notifications
You must be signed in to change notification settings - Fork 11
Add "dynamic uses" action #207
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
Conversation
73debdf to
05813bb
Compare
Please also reference the github issue where we saw his comment. |
To the repository root so it can be referenced and used in Github workflows. The action is originally from [1] and is a workaround to problem outlined in [2]. Contains failing CI. [1] https://github.com/jenseng/dynamic-uses [2] https://github.com/orgs/community/discussions/25246
Otherwise nonVerboseFlagsInGitHubCIAndScripts.fsx will complain.
To specify version of actions/checkout only once and avoid duplication.
09577c3 to
1e0b2a9
Compare
Action with nblockchain/conventions@main. This commit contains failing CI, but it should work once PR is merged.
|
Can you rename action.yml to dynamc-uses-action.yml and place it inside .github dir? Would that work? |
That would work for this repo but I don't think such action can be referenced from other repository. |
Because of the rename or because of placing it in .github dir? |
Because it is no longer |
|
Ok let's see, merging. |
To include the correct branch name (master). This should have been fixed in [1]. [1] nblockchain#207
To include the correct branch name (master). This should have been fixed in [1]. [1] #207
To the repository root so it can be referenced and used in Github workflows. The action is originally from [1] and is
a workaround to problem outlined in [2].
Use "dynamic uses" action in workflow to specify version of actions/checkout only once and avoid duplication.
[1] https://github.com/jenseng/dynamic-uses
[2] https://github.com/orgs/community/discussions/25246