jbangdev / jbang-action

Docker image and Github Action to run jbang scripts
https://jbang.dev
MIT License
40 stars 11 forks source link

Display execution command #10

Closed gastaldi closed 4 years ago

gastaldi commented 4 years ago

Display the jbang execution line to allow easy copy/pasting

maxandersen commented 4 years ago

what do you have in your action to trigger a problem here ?

maxandersen commented 4 years ago

this fix breaks normal jbang usage of the docker image.

try

container-structure-test test --config container-structure-test.yaml -i jbang-action
gastaldi commented 4 years ago

This is what I have in my action: https://github.com/quarkusio/quarkus-extension-catalog/blob/57d34b08207669612cc210af800585b7cb58129d/.github/workflows/release.yml#L23

gastaldi commented 4 years ago

Ok, I am just echoing the execution line now

gastaldi commented 4 years ago

Superseded by https://github.com/jbangdev/jbang-action/pull/11