diff --git a/action.yaml b/action.yaml index 7d9428e..352fb07 100644 --- a/action.yaml +++ b/action.yaml @@ -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