Skip to content

Commit

Permalink
test: output input
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Jan 7, 2024
1 parent 01f404f commit ac84f75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,4 @@ jobs:
- name: bla
run: |
echo "${{ github.event.steps.check_go.outputs.files_exists }}"
echo "${{ github.steps.check_go.outputs.files_exists }}"
echo "${{ github.inputs.check_go.outputs.files_exists }}"
echo "${{ steps.check_go.outputs.files_exists }}"

0 comments on commit ac84f75

Please sign in to comment.