Skip to content

Commit

Permalink
Remove printing output
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Oct 17, 2024
1 parent d2bb7c3 commit ccb6e70
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ jobs:
uses: actions/checkout@v4

- name: Test Local Action
id: test-action
uses: ./
with:
configFile: __tests__/data/config/all.json

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

0 comments on commit ccb6e70

Please sign in to comment.