Skip to content

Commit

Permalink
fix: keep .env during repo sync 3 (#2158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored May 31, 2024
1 parent 40060e0 commit a76b6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/samples-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Copy example
run: |
rsync -r --delete kalix-jvm-sdk/samples/${{ matrix.sample }}/* ${{ matrix.public-repo }}
# copy .env but continue if it didn't exist
cp kalix-jvm-sdk/samples/${{ matrix.sample }}/.env ${{ matrix.public-repo }} || :
- name: Explicitly add the .env file
run: |
Expand Down

0 comments on commit a76b6a0

Please sign in to comment.