Skip to content

Commit 99c316f

Browse files
flacoonbandi34
authored andcommitted
fix(ci): push built FAQ to triggering branch instead of hardcoded dev
1 parent 70a42f6 commit 99c316f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)