Skip to content

Commit 33bddb4

Browse files
Photoboothandi34
authored andcommitted
fix(ci): push built FAQ to triggering branch instead of hardcoded dev
1 parent 793f5f8 commit 33bddb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
else
4545
echo "created=false" >> "$GITHUB_OUTPUT"
4646
fi
47-
- name: Push changes to dev
47+
- name: Push changes
4848
if: steps.commit.outputs.created == 'true'
49-
run: git push origin dev
49+
run: git push origin HEAD:${{ github.ref_name }}

0 commit comments

Comments
 (0)