suzuki-shunsuke / tfaction

Framework for Monorepo to build high level Terraform Workflows by GitHub Actions
https://suzuki-shunsuke.github.io/tfaction/docs/
MIT License
273 stars 40 forks source link

Error: File not found: '/home/runner/work/_actions/suzuki-shunsuke/tfaction/main/get-target-config/dist/index.js' #1959

Closed Nimesha-Premaraja closed 1 week ago

Nimesha-Premaraja commented 1 week ago

tfaction version

Version: suzuki-shunsuke/tfaction/test@a2ed2826824c787c17b28f91b85f701f793eaef8

Overview

I'm getting following error when Running suzuki-shunsuke/tfaction/test in my GitHub Action

Error: File not found: '/home/runner/work/_actions/suzuki-shunsuke/tfaction/main/get-target-config/dist/index.js

How to reproduce

tfaction-root.yaml

tfaction.yaml

GitHub Actions Workflow

Other related code such as local Registry

GitHub Actions' log

Expected behaviour

Should get the message as Success! The configuration is valid.

Actual behaviour

GitHub Action fails with error

Run suzuki-shunsuke/tfaction/test@a2ed2826824c787c17b28f91b85f701f793eaef8
Run suzuki-shunsuke/tfaction/get-target-config@main
Error: File not found: '/home/runner/work/_actions/suzuki-shunsuke/tfaction/main/get-target-config/dist/index.js'

Important Factoids

No response

Note

No response

suzuki-shunsuke commented 1 week ago

As of v1.10.0, we stop building JavaScript in the main branch and feature branches.

Please use release versions.