We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb09d76 commit 9d16b59Copy full SHA for 9d16b59
1 file changed
README.md
@@ -25,7 +25,7 @@ A GitHub Action that reports pushes to your repository to APICURON, associating
25
- uses: actions/checkout@v4
26
27
- name: Submit to APICURON
28
- uses: ./.github/actions/apicuron-on-commit
+ uses: BioComputingUP/commit-tracker-apicuron@main
29
with:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
REPORT_API_ENDPOINT: ${{ secrets.REPORT_API_ENDPOINT }}
0 commit comments