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 82f0595 commit 66cce4cCopy full SHA for 66cce4c
.github/workflows/main.yml
@@ -84,12 +84,6 @@ jobs:
84
run: |
85
echo "Switch to ${{ vars.DEPLOYMENT_BRANCH }}"
86
git switch -f ${{ vars.DEPLOYMENT_BRANCH }}
87
- git reset --hard
88
- sudo git clean -d -x -f
89
- rm -r *
90
- git add *
91
- git commit -m "cleaning branch"
92
- git push
93
- name: Applying stashed files to ${{ vars.DEPLOYMENT_BRANCH }}
94
95
echo "Applying stash"
0 commit comments