diff --git a/.github/workflows/sheldon.yaml b/.github/workflows/sheldon.yaml index 04e542a36fb..d6cb383f4c7 100644 --- a/.github/workflows/sheldon.yaml +++ b/.github/workflows/sheldon.yaml @@ -47,6 +47,9 @@ jobs: run: | echo changed: ${{ steps.changed.outputs.style_files }} ${{ steps.changed.outputs.locale_files }} + - run: cat $GITHUB_EVENT_PATH + if: github.actor == 'retorquere' + - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -68,7 +71,6 @@ jobs: run: bundle exec sheldon --token=$GITHUB_TOKEN --welcome - name: See if the styles/locales work - if: github.actor != 'retorquere' run: bundle exec rake - name: report