diff --git a/.github/workflows/simver.yaml b/.github/workflows/simver.yaml index 93a1a54..3a5ab34 100644 --- a/.github/workflows/simver.yaml +++ b/.github/workflows/simver.yaml @@ -18,8 +18,9 @@ # print current git context { name: print git context, - run: "jq . -r <<< '${{ toJson(github) }}' | tee /dev/stderr", + run: "jq . -r '${{github.event_path}}", }, + { name: checkout code, uses: "actions/checkout@v4",