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 ec5cea1 commit 742f57eCopy full SHA for 742f57e
.github/workflows/deploy.workflow.yml
@@ -32,6 +32,7 @@ jobs:
32
33
# Pull changes
34
git checkout ${{ vars.MAIN_BRANCH }}
35
+ git reset --hard HEAD
36
git pull
37
38
# Install dependencies and build the project
0 commit comments