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
Right now runs_on has to be configured in tfaction-root.yaml. We would like to configure it in tfaction.yaml.
Why is the feature needed?
To be more flexible without needing to create new target groups.
Example Code
GitHub Actions
tfaction-root.yaml
- working_directory: infrastructure/terraform/# Use folder path below infrastructure/terraform/ for labels. Can be removed when https://github.com/suzuki-shunsuke/tfaction/issues/1502 is fixedtarget: ""
tfaction.yaml
runs_on: ubuntu-latest
Note
No response
The text was updated successfully, but these errors were encountered:
Feature Overview
Right now runs_on has to be configured in
tfaction-root.yaml
. We would like to configure it intfaction.yaml
.Why is the feature needed?
To be more flexible without needing to create new target groups.
Example Code
GitHub Actions
tfaction-root.yaml
tfaction.yaml
Note
No response
The text was updated successfully, but these errors were encountered: