Skip to content

Commit

Permalink
debug: repo-summary-post extra-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 11, 2024
1 parent ed62684 commit 6b61e3f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/recent-activity-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
name: Recent Activity Summary
on: # yamllint disable-line rule:truthy
workflow_dispatch: # Allow manual triggering
inputs:
extra_commands:
description: 'Extra commands to run before the main action'
required: false
default: ''

jobs:
prs:
runs-on: ubuntu-latest
steps:
- name: Generate and Post Repository Summary
uses: akaihola/repo-summary-post@v0.0.5
uses: akaihola/repo-summary-post@v0.0.5-debug
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repo-name: ${{ github.repository }}
Expand All @@ -18,5 +23,6 @@ jobs:
verbose: '2'
dry-run: 'true'
output-content: '-'
extra-commands: ${{ github.event.inputs.extra-commands }}
env:
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}

0 comments on commit 6b61e3f

Please sign in to comment.