Skip to content

Commit

Permalink
Updated action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 5, 2021
1 parent 62c5c0b commit 36f21cd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ runs:
using: 'composite'
steps:
- run: |
make run OUTPUT="${INPUT_OUTPUT}" ACTION="${INPUT_ACTION}"
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doce@v1.0.0 | PREFIX=. sh
./auto-doc --action="${{ inputs.action }}" --output="${{ inputs.output }}"
rm -f ./auto-doc
id: auto-doc
shell: bash
env:
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
# https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611
INPUT_OUTPUT: ${{ inputs.output }}
INPUT_ACTION: ${{ inputs.action }}
branding:
icon: file-text
color: white

0 comments on commit 36f21cd

Please sign in to comment.