From 65ff15f70d76ebf384b85ef3d217619ebe9a4d86 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 18 Jun 2026 20:07:39 +0200 Subject: [PATCH] removed commented code --- action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/action.yml b/action.yml index 727da61..f10f6dd 100644 --- a/action.yml +++ b/action.yml @@ -57,10 +57,3 @@ runs: git commit -m "${{ inputs.commit_message }}" git push origin "HEAD:${{ inputs.branch }}" shell: bash - - # - name: Run autodeploy setup script - # working-directory: ${{ github.workspace }} - # run: | - # chmod +x autodeploy/setup.sh - # ./autodeploy/setup.sh - # shell: bash