Skip to content

Commit 9d16b59

Browse files
committed
fix: update action reference in README to use the correct repository
1 parent eb09d76 commit 9d16b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A GitHub Action that reports pushes to your repository to APICURON, associating
2525
- uses: actions/checkout@v4
2626

2727
- name: Submit to APICURON
28-
uses: ./.github/actions/apicuron-on-commit
28+
uses: BioComputingUP/commit-tracker-apicuron@main
2929
with:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
REPORT_API_ENDPOINT: ${{ secrets.REPORT_API_ENDPOINT }}

0 commit comments

Comments
 (0)