Skip to content

Commit eb09d76

Browse files
committed
fix: update action reference in commit-context.yaml to use the correct repository
1 parent 6e8fdc6 commit eb09d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-context.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Push to APICURON
18-
uses: ./
18+
uses: BioComputingUP/commit-tracker-apicuron@main
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
REPORT_API_ENDPOINT: https://dev.apicuron.org/api/reports

0 commit comments

Comments
 (0)