Skip to content

Commit

Permalink
debug: debug repo-summary-post inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 11, 2024
1 parent 97b0145 commit c4934de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/recent-activity-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
prs:
runs-on: ubuntu-latest
steps:
- name: Show inputs
run: echo "${{ toJSON(github.event.inputs) }}"
- name: Generate and Post Repository Summary
uses: 'akaihola/repo-summary-post@${{ inputs.version }}'
uses: akaihola/repo-summary-post@v0.0.5-debug
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
repo-name: '${{ github.repository }}'
Expand Down

0 comments on commit c4934de

Please sign in to comment.