baldm0mma/ remove old oush step

This commit is contained in:
jev forsberg
2025-05-29 16:09:29 -06:00
parent 1f1e8202fc
commit 30f609cb15
@@ -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 }}"