diff --git a/.github/workflows/recent-activity-summary.yml b/.github/workflows/recent-activity-summary.yml index 6f53b4b89..b754a26ca 100644 --- a/.github/workflows/recent-activity-summary.yml +++ b/.github/workflows/recent-activity-summary.yml @@ -23,7 +23,7 @@ jobs: - name: Show inputs run: | echo Inputs for Darker Recent Activity Summary: - echo "${{ toJSON(github.event.inputs) }}" + echo '${{ toJSON(github.event.inputs) }}' echo Inputs -- end. - name: Generate and Post Repository Summary uses: akaihola/repo-summary-post@v0.0.5-debug