ci: fix push to next branch

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-06-13 11:16:55 +02:00
parent 72b07e830c
commit 8b4d149328
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ jobs:
echo "state=${state}" >> $GITHUB_OUTPUT
- if: ${{ steps.main-state.outputs.state == 'success' }}
run: |
git push origin next --force
git push origin --force main:next