Skip to content

Commit 22714a5

Browse files
committed
Fix pushing in different branches.
1 parent a0c0cc0 commit 22714a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conditional_convert_via_pandoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
git config --local user.name "GH_Action_Bot"
6868
git add ./content
6969
git commit -m "GH Action: Pandoc | New output for changed files"
70-
git push -f origin main
70+
git push -f origin ${GITHUB_REF##*/}
7171
# - name: Save artifacts # Instead of 'Commit files'. Saves the files as .zip
7272
# uses: actions/upload-artifact@v4
7373
# with:

content/de/instructions/inelastischer-stoss/inelastischer-stoss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
translationKey: "Inelastic Collision Instruction"
33
title: "(In)elastischer Stoß"
44
date: 2024-12-17T11:42:40+01:00

content/en/instructions/inelastic-collision/inelastic-collision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
translationKey: "Inelastic Collision Instruction"
33
title: "(In)elastic Collision"
44
date: 2024-12-17T11:42:40+01:00

0 commit comments

Comments
 (0)