update ci.yml
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ ACTIONS_STEP_DEBUG=true
|
|||||||
|
|
||||||
# GitHub Actions inputs should follow `INPUT_<name>` format (case-sensitive).
|
# GitHub Actions inputs should follow `INPUT_<name>` format (case-sensitive).
|
||||||
# Hyphens should not be converted to underscores!
|
# Hyphens should not be converted to underscores!
|
||||||
INPUT_MILLISECONDS=2400
|
INPUT_PROMPT=hello
|
||||||
|
|
||||||
# GitHub Actions default environment variables. These are set for every run of a
|
# GitHub Actions default environment variables. These are set for every run of a
|
||||||
# workflow and can be used in your actions. Setting the value here will override
|
# workflow and can be used in your actions. Setting the value here will override
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ on:
|
|||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
models: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-typescript:
|
test-typescript:
|
||||||
@@ -57,8 +58,8 @@ jobs:
|
|||||||
id: test-action
|
id: test-action
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
milliseconds: 2000
|
prompt: hello
|
||||||
|
|
||||||
- name: Print Output
|
- name: Print Output
|
||||||
id: output
|
id: output
|
||||||
run: echo "${{ steps.test-action.outputs.time }}"
|
run: echo "${{ steps.test-action.outputs.response }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user