update ci.yml

This commit is contained in:
Sean Goedecke
2025-04-06 23:24:55 +00:00
parent 6932781e1f
commit c3a57486b8
2 changed files with 4 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ on:
permissions:
contents: read
models: read
jobs:
test-typescript:
@@ -57,8 +58,8 @@ jobs:
id: test-action
uses: ./
with:
milliseconds: 2000
prompt: hello
- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
run: echo "${{ steps.test-action.outputs.response }}"