Skip to content

Commit

Permalink
debug: inputs, not github.event.inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 11, 2024
1 parent 59c6118 commit 97b0145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/recent-activity-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate and Post Repository Summary
uses: 'akaihola/repo-summary-post@${{ github.event.inputs.version }}'
uses: 'akaihola/repo-summary-post@${{ inputs.version }}'
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
repo-name: '${{ github.repository }}'
Expand All @@ -27,6 +27,6 @@ jobs:
verbose: '2'
dry-run: 'true'
output-content: '-'
extra-commands: '${{ github.event.inputs.extra-commands }}'
extra-commands: '${{ inputs.extra-commands }}'
env:
OPENROUTER_API_KEY: '${{ secrets.OPENROUTER_API_KEY }}'

0 comments on commit 97b0145

Please sign in to comment.