diff --git a/actions/deploy/action.yml b/actions/deploy/action.yml index c3d57739c..ad81856c4 100644 --- a/actions/deploy/action.yml +++ b/actions/deploy/action.yml @@ -80,20 +80,6 @@ runs: echo "BUSTER_API_KEY=$API_KEY" >> $GITHUB_ENV echo "BUSTER_HOST=$HOST" >> $GITHUB_ENV - - name: Check for buster.yml - shell: bash - working-directory: ${{ inputs.directory }} - run: | - if [[ ! -f "buster.yml" ]]; then - echo "❌ No buster.yml found in ${{ inputs.directory }}" - echo "💡 Run 'buster init' to create a project configuration" - exit 1 - fi - - echo "✅ Found buster.yml" - echo "📋 Project configuration:" - head -n 20 buster.yml | sed 's/^/ /' - - name: Deploy to Buster id: deploy shell: bash @@ -175,4 +161,4 @@ runs: echo '```' >> $GITHUB_STEP_SUMMARY exit $DEPLOY_EXIT_CODE - fi \ No newline at end of file + fi