Skip to content

Commit

Permalink
Update dev-env-deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Campos <mail@ruicampos.org>
  • Loading branch information
RuiFilipeCampos authored Mar 27, 2024
1 parent 1534632 commit e9b52ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ jobs:
- uses: actions/checkout@v4
- name: "Configure git repository for development"
run: |
git config --global user.email "mail@ruicampos.org"
git config --global user.name "Rui Campos"
git config --global --add safe.directory /__w/llm-voice-chat/llm-voice-chat
# git config --global user.email "mail@ruicampos.org"
# git config --global user.name "Rui Campos"
git config --global --add safe.directory /__w/nlp-metaformer/nlp-metaformer
git config pull.rebase false
# stuff to be moved to the production image
Expand Down

0 comments on commit e9b52ca

Please sign in to comment.