fix test-token workflow: use full action ref so runCli takes local path
Made-with: Cursor
This commit is contained in:
committed by
pullfrog[bot]
parent
f663d5e34d
commit
1393ffb7b8
@@ -11,15 +11,9 @@ jobs:
|
|||||||
test-token:
|
test-token:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v6
|
|
||||||
with:
|
|
||||||
node-version: "24"
|
|
||||||
|
|
||||||
- name: Get installation token
|
- name: Get installation token
|
||||||
id: token
|
id: token
|
||||||
uses: ./get-installation-token
|
uses: pullfrog/pullfrog/get-installation-token@main
|
||||||
|
|
||||||
- name: Verify token with Node.js
|
- name: Verify token with Node.js
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user