Closed tokongs closed 1 year ago
@tokongs Could you post the error logs as I think I'm getting the same error, though I am trying to pass a var file
Anyone got around how to resolve environment variables here in the arguments?
Hey all, we have re-named this action to setup-packer, the new version of this action installs Packer inside of your GitHub action so that you can just use Packer as you would normally instead of through this interface, it also exposes the ability to just pick the latest version of packer instead of waiting on us to update the sha, this should allow you to use spaces in arguments like you normally do for Packer
Expected Behavior
The action should be able to parse arguments such as
"-var ami_tags={ci-run-id = \"${{ github.run_id }}\"} -except=vagrant.testing"
. This is something that works when running packer locally, without the github variable of course.Current Behavior
The action exists with an error and prints the help text for the command.
Steps to Reproduce
Run a workflow with a step like this.