Skip to content

Commit

Permalink
Update to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmclean committed Oct 30, 2023
1 parent d71f18f commit 0d32a57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: calvinmclean/article-sync@v1
- uses: calvinmclean/article-sync@v1.0.1
with:
type: summary
api_key: ${{ secrets.DEV_TO_API_KEY }}
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: calvinmclean/article-sync@v1
- uses: calvinmclean/article-sync@v1.0.1
with:
type: synchronize
api_key: ${{ secrets.DEV_TO_API_KEY }}
Expand Down
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].0 \
go run -mod=mod github.com/calvinmclean/[email protected].1 \
--api-key $API_KEY \
--pr-comment ${{ inputs.intermediate_file }} \
--path ${{ inputs.article_path }} \
Expand All @@ -64,7 +64,7 @@ runs:
if: ${{ inputs.type == 'synchronize' }}
shell: bash
run: |
go run -mod=mod github.com/calvinmclean/[email protected].0 \
go run -mod=mod github.com/calvinmclean/[email protected].1 \
--api-key $API_KEY \
--commit ${{ inputs.intermediate_file }} \
--path ${{ inputs.article_path }}
Expand Down

0 comments on commit 0d32a57

Please sign in to comment.