diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc5d64e..9c0bed5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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