Skip to content

Commit

Permalink
fix: update repo-summary-post, drop debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 12, 2024
1 parent 0c07af9 commit 1af5386
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/recent-activity-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,20 @@
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: ''
extra-packages:
description: 'Extra packages to install (space delimited)'
required: false
default: 'llm-openrouter'

jobs:
prs:
runs-on: ubuntu-latest
steps:
- name: Generate and Post Repository Summary
uses: akaihola/repo-summary-post@v0.0.5.2-debug
uses: akaihola/repo-summary-post@v0.0.5.3-debug
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
repo-name: '${{ github.repository }}'
project-name: 'Darker'
extra-packages: '${{ inputs.extra-packages }}'
# Optional inputs for debugging purposes:
verbose: '2'
dry-run: 'true'
output-content: '-'
extra-commands: '${{ inputs.extra-commands }}'
env:
OPENROUTER_KEY: '${{ secrets.OPENROUTER_KEY }}'

0 comments on commit 1af5386

Please sign in to comment.