Fix: call correct action.
All checks were successful
Test Action / test (push) Successful in 4s

This commit is contained in:
2026-01-11 19:31:53 +01:00
parent 11a26bd176
commit 55d6019d0f

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Check Authentication - name: Check Authentication
uses: ./ uses: ./check-token
with: with:
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}