Skip to content

Commit

Permalink
debug,fix: wrong quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 12, 2024
1 parent 8108463 commit f3c3764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recent-activity-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit f3c3764

Please sign in to comment.