Skip to content

Commit

Permalink
run action
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadiii committed Feb 22, 2024
1 parent fc7fa72 commit 25600dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
flags: '-i,ciAction,-s,csAction,-a,aAction,-e,eAction'

- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.result }}"
run: echo "The time was ${{ fromJson(steps.hello.outputs.result) }}"

- name: List ls
run: ls
Expand Down

0 comments on commit 25600dc

Please sign in to comment.