fix test-token workflow: use full action ref so runCli takes local path

Made-with: Cursor
This commit is contained in:
Colin McDonnell
2026-04-12 19:37:24 +00:00
committed by pullfrog[bot]
parent f663d5e34d
commit 1393ffb7b8
+1 -7
View File
@@ -11,15 +11,9 @@ jobs:
test-token:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24"
- name: Get installation token
id: token
uses: ./get-installation-token
uses: pullfrog/pullfrog/get-installation-token@main
- name: Verify token with Node.js
env: