Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ahernandez411/action-workflow-docum…
Browse files Browse the repository at this point in the history
…enter into test-on-pr
  • Loading branch information
ahernandez411 committed Feb 5, 2024
2 parents dabbe5f + 8984cfc commit e3ecafa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Document Action Workflows in Repo Wiki
description: Reads the workflow files in the repo and creates a wiki page with the workflow details.

inputs:
github-pat:
description: The github personal access token used for interactions with github
required: true
save-to-artifact:
description: If true, save to documentation as an artifact
required: true
Expand All @@ -12,9 +15,6 @@ inputs:
save-to-wiki:
description: If true, save to documentation to repository's wiki
required: true
github-pat:
description: The github personal access token used for interactions with github
required: true

permissions:
contents: write
Expand Down

0 comments on commit e3ecafa

Please sign in to comment.