Skip to content

Recent Activity Summary #16

Recent Activity Summary

Recent Activity Summary #16

---
name: Recent Activity Summary
on: # yamllint disable-line rule:truthy
workflow_dispatch: # Allow manual triggering
inputs:
version:
description: 'The version of the action to run'
required: true
default: 'v0.0.5-debug'
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@${{ github.event.inputs.version }}'

Check failure on line 20 in .github/workflows/recent-activity-summary.yml

View workflow run for this annotation

GitHub Actions / Recent Activity Summary

Invalid workflow file

The workflow is not valid. .github/workflows/recent-activity-summary.yml (Line: 20, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.event.inputs.version
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
repo-name: '${{ github.repository }}'
project-name: 'Darker'
extra-packages: 'llm-openrouter'
# Optional inputs for debugging purposes:
verbose: '2'
dry-run: 'true'
output-content: '-'
extra-commands: '${{ github.event.inputs.extra-commands }}'
env:
OPENROUTER_API_KEY: '${{ secrets.OPENROUTER_API_KEY }}'