From 30f609cb15f095748c5fdccbc820779ae74716ed Mon Sep 17 00:00:00 2001 From: jev forsberg Date: Tue, 20 May 2025 14:07:31 -0600 Subject: [PATCH] baldm0mma/ remove old oush step --- .github/workflows/create-security-branch.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/create-security-branch.yml b/.github/workflows/create-security-branch.yml index 0627e9ee4e9..d1b0b317117 100644 --- a/.github/workflows/create-security-branch.yml +++ b/.github/workflows/create-security-branch.yml @@ -73,8 +73,3 @@ jobs: security_branch_number: ${{ inputs.security_branch_number }} repository: ${{ inputs.repository }} token: ${{ steps.generate_token.outputs.token }} - - - name: Push security branch - run: | - git checkout -b "${{ steps.branch.outputs.branch }}" - git push origin "${{ steps.branch.outputs.branch }}"