diff --git a/.github/workflows/self-test.yaml b/.github/workflows/self-test.yaml index 78129fb..9eea629 100644 --- a/.github/workflows/self-test.yaml +++ b/.github/workflows/self-test.yaml @@ -7,3 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: finn-tbd/github-actions-learning@main + - run: echo '{{ toJSON(githb.event) }}' \ No newline at end of file