Testing out event path contexts...
This commit is contained in:
@@ -136,7 +136,8 @@ jobs:
|
|||||||
tofu show cloudflare.tfplan > cloudflare_tf.txt
|
tofu show cloudflare.tfplan > cloudflare_tf.txt
|
||||||
tofu show -json cloudflare.tfplan > cloudflare_tf.json
|
tofu show -json cloudflare.tfplan > cloudflare_tf.json
|
||||||
echo -e "Gitea: ${{ gitea.event_path }}\nGithub: ${{ github.event_path }}"
|
echo -e "Gitea: ${{ gitea.event_path }}\nGithub: ${{ github.event_path }}"
|
||||||
cat ${{ gitea.event_path }}
|
cat "${{ gitea.event_path }}"
|
||||||
|
cat /var/run/act/workflow/event.json
|
||||||
|
|
||||||
# - name: Tofu Report
|
# - name: Tofu Report
|
||||||
# uses: ahmadnassri/action-terraform-report@v4.1.14
|
# uses: ahmadnassri/action-terraform-report@v4.1.14
|
||||||
|
|||||||
Reference in New Issue
Block a user