diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 5a04997..f6632a3 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -8,4 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - shell: bash - run: echo ${{ toJson(github) }} \ No newline at end of file + run: echo ${{ github }} + - shell: bash + run: echo ${{ toJson(github) }} +