diff --git a/.github/workflows/automation-reviewbot.yml b/.github/workflows/automation-reviewbot.yml index d6eed01..11b3492 100644 --- a/.github/workflows/automation-reviewbot.yml +++ b/.github/workflows/automation-reviewbot.yml @@ -9,7 +9,7 @@ jobs: if: github.repository == 'theoremlp/rules_uv' steps: - run: | - echo "${{github.repository}}" + echo "${{ toJSON(github) }}" - name: required-reviewers uses: theoremlp/required-reviews@v2 with: