Skip to content

Commit

Permalink
Fix test-action job
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Oct 25, 2023
1 parent b20282a commit b5ce5e1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
- name: Test Local Action
id: test-action
uses: ./
with:
milliseconds: 1000

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
- name: Print outputs.runsOn
id: outputs-runsOn
run: echo "${{ steps.test-action.outputs.runsOn }}"

- name: Print outputs.nodeVersion
id: outputs-nodeVersion
run: echo "${{ steps.test-action.outputs.nodeVersion }}"

0 comments on commit b5ce5e1

Please sign in to comment.