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 0adba46 commit 146d617Copy full SHA for 146d617
1 file changed
.github/workflows/fornax_branch_deploy.yml
@@ -27,8 +27,8 @@ jobs:
27
28
- name: Deploy to deploy_to_fornax branch
29
run: |
30
-# git config user.name "github-actions[bot]"
31
-# git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "github-actions[bot]"
+ git config user.email "github-actions[bot]@users.noreply.github.com"
32
gith=$(git rev-parse HEAD)
33
git checkout --orphan deploy_to_fornax
34
git rm --cached -r .
0 commit comments