diff --git a/action.yml b/action.yml index 2f054b6..275dbb8 100644 --- a/action.yml +++ b/action.yml @@ -24,4 +24,4 @@ runs: shell: bash run: | RESULT=$(${{ github.action_path }}/check.sh ${{ inputs.base-image }} ${{ inputs.derived-image }}) - echo "::set-output name=differs::$RESULT" + echo "differs=$RESULT" >> $GITHUB_OUTPUT