Skip to content

Commit

Permalink
Updated input and output fields of action
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K committed Oct 13, 2024
1 parent 6810e6a commit f4b6ec1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
id: test-action
uses: ./
with:
milliseconds: 2000
toolchain: stable
profile: minimal

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

0 comments on commit f4b6ec1

Please sign in to comment.