Skip to content

Commit

Permalink
Use v1.3.4 in action
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmclean committed Nov 19, 2023
1 parent ee465f4 commit cb984e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
if: ${{ inputs.type == 'summary' }}
shell: bash
run: |
go run -mod=mod github.com/calvinmclean/[email protected].2 \
go run -mod=mod github.com/calvinmclean/[email protected].4 \
--api-key $API_KEY \
--pr-comment ${{ inputs.intermediate_file }} \
--path ${{ inputs.article_path }} \
Expand All @@ -65,7 +65,7 @@ runs:
if: ${{ inputs.type == 'synchronize' }}
shell: bash
run: |
go run -mod=mod github.com/calvinmclean/[email protected].2 \
go run -mod=mod github.com/calvinmclean/[email protected].4 \
--api-key $API_KEY \
--commit ${{ inputs.intermediate_file }} \
--path ${{ inputs.article_path }} \
Expand Down

0 comments on commit cb984e4

Please sign in to comment.