Skip to content

Commit

Permalink
fix: keep .env during repo sync 2 (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored May 31, 2024
1 parent 4c095e2 commit 40060e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/samples-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Explicitly add the .env file
run: |
cd ${{ matrix.public-repo }}
git config user.name 'Kalix Bot'
git config user.email '[email protected]'
git add .env
Expand Down

0 comments on commit 40060e0

Please sign in to comment.