Allow using an expression to specify a reusable workflow
See original GitHub issueDescribe the enhancement Following syntax is currently not supported:
jobs:
call:
uses: 'org/repo/path/workflow.yml@{{ github.sha }}'
It fails with invalid value workflow reference: version cannot have whitespace: ${{ github.sha }}
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How to use GitHub action secrets in a reusable workflow?
Moreover, note that you don't specify the runner and steps when calling a reusable workflows. You just specify the reusable workflow path with...
Read more >How to start using reusable workflows with GitHub Actions
They allow you to specify any number of things and customize them more to your liking. Reusable workflows also don't require individual folders ......
Read more >10 Important Things To Know Before Transitioning ...
You can use these context variables to customize the behavior of your workflow, for example you can use the “if” condition on the...
Read more >Avoid Duplication! GitHub Actions Reusable Workflows
Using a Reusable Workflow · the name of the user or organization that owns the repo where the reusable workflow is stored ·...
Read more >Ternary Operators in GitHub Actions
When you create a reusable workflow, you can define inputs for these workflows. The boolean type of input is special in that what...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
See also https://github.com/actions/runner/discussions/1419
Do you know if this ever gonna be fixed?