Skip to content

Commit

Permalink
fixed wrong output value
Browse files Browse the repository at this point in the history
  • Loading branch information
zivnevo authored Oct 7, 2021
1 parent 0b42d4c commit 8eb4f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
id: set-outputs
shell: bash
run: |
echo "::set-output name=synth-artifact::synthesisy-results"
echo "::set-output name=synth-artifact::synthesis-results"
echo "::set-output name=synth-netpols-file-name::netpols.yaml"
echo "::set-output name=connection-list-file-name::app-net-top.json"
rm -r ${{ github.workspace }}/netpol-synth-gh-action-output

0 comments on commit 8eb4f67

Please sign in to comment.