Skip to content

Commit 146d617

Browse files
committed
Update fornax_branch_deploy.yml
1 parent 0adba46 commit 146d617

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fornax_branch_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: Deploy to deploy_to_fornax branch
2929
run: |
30-
# git config user.name "github-actions[bot]"
31-
# git config user.email "github-actions[bot]@users.noreply.github.com"
30+
git config user.name "github-actions[bot]"
31+
git config user.email "github-actions[bot]@users.noreply.github.com"
3232
gith=$(git rev-parse HEAD)
3333
git checkout --orphan deploy_to_fornax
3434
git rm --cached -r .

0 commit comments

Comments
 (0)