Skip to content

Commit

Permalink
debug: repo-summary-post version input
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Aug 11, 2024
1 parent 6b61e3f commit f386704
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/recent-activity-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: Recent Activity Summary
on: # yamllint disable-line rule:truthy
workflow_dispatch: # Allow manual triggering
inputs:
extra_commands:
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: ''
Expand All @@ -13,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate and Post Repository Summary
uses: akaihola/repo-summary-post@v0.0.5-debug
uses: akaihola/repo-summary-post@${{ github.event.inputs.version }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repo-name: ${{ github.repository }}
Expand Down

0 comments on commit f386704

Please sign in to comment.