We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66f473 commit 16c1da4Copy full SHA for 16c1da4
1 file changed
.github/workflows/build-faq.yml
@@ -44,6 +44,6 @@ jobs:
44
else
45
echo "created=false" >> "$GITHUB_OUTPUT"
46
fi
47
- - name: Push changes to dev
+ - name: Push changes
48
if: steps.commit.outputs.created == 'true'
49
- run: git push origin dev
+ run: git push origin HEAD:${{ github.ref_name }}
0 commit comments