diff --git a/.forgejo/workflows/.demo.yml.swp b/.forgejo/workflows/.demo.yml.swp new file mode 100644 index 0000000..1f8d12b Binary files /dev/null and b/.forgejo/workflows/.demo.yml.swp differ diff --git a/.forgejo/workflows/.trigger.yml.swp b/.forgejo/workflows/.trigger.yml.swp new file mode 100644 index 0000000..ae7bfa1 Binary files /dev/null and b/.forgejo/workflows/.trigger.yml.swp differ diff --git a/.forgejo/workflows/trigger.yml b/.forgejo/workflows/trigger.yml index 7e667d0..47084db 100644 --- a/.forgejo/workflows/trigger.yml +++ b/.forgejo/workflows/trigger.yml @@ -10,5 +10,6 @@ jobs: ping: runs-on: docker steps: - - run: echo "Ping Pong, this is your runner speaking!" - - run: echo Printing Message: ${{ inputs.message }} + - run: | + echo "Ping Pong, this is your runner speaking!" + echo "Printing Message: ${{ inputs.message }}"