We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3716494 commit a2cc96cCopy full SHA for a2cc96c
2 files changed
.github/workflows/release-symfony-bundle.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Sync folder to secondary repo
33
if: steps.diff.outputs.changed == 'true'
34
run: |
35
+ # authenticate git for HTTPS pushes
36
+ git config --global url."https://${GH_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
37
+
38
git clone https://github.com/vardumper/html5-twig-component-bundle.git target
39
rm -rf target/*
40
cp -R templates/twig-component/* target/
0 commit comments