From 88e5a548e4e99a34911f12b986cc8ee583dcd831 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 30 Apr 2023 22:13:00 -0700 Subject: [PATCH] test --- itchio/butler-push/action.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/itchio/butler-push/action.yaml b/itchio/butler-push/action.yaml index 5c3db4f..b687447 100644 --- a/itchio/butler-push/action.yaml +++ b/itchio/butler-push/action.yaml @@ -39,8 +39,6 @@ runs: if [[ -n "$CHANNEL" ]]; then DEST="$DEST:$CHANNEL" fi - echo "DEST IS: $DEST | ${{ steps.channel.outputs.channel }}" - echo "VERSION IS: $VERSION | ${{ inputs.version }}" COMMAND="push $FILE $DEST" VERSION="${{ inputs.version }}"