diff --git a/act-event-file.json b/act-event-file.json new file mode 100644 index 0000000..f23a074 --- /dev/null +++ b/act-event-file.json @@ -0,0 +1,3 @@ +{ + "ref": "refs/tags/this-is-a-tag" +} \ No newline at end of file diff --git a/install-act.sh b/install-act.sh index 66e56b3..eb6c882 100644 --- a/install-act.sh +++ b/install-act.sh @@ -32,4 +32,7 @@ act --artifact-server-path /tmp/artifacts act -v # ########################################################## -act --pull=false --container-architecture linux/amd64 -P ubuntu-latest=catthehacker/ubuntu:act-latest --secret-file my.secrets \ No newline at end of file +act --pull=false --container-architecture linux/amd64 -P ubuntu-latest=catthehacker/ubuntu:act-latest --secret-file my.secrets + +# https://nektosact.com/usage/index.html#using-event-file-to-provide-complete-event-payload +act --eventpath act-event-file.json \ No newline at end of file