Skip to content

Commit

Permalink
Added env.SYNC_SRC check to self-push step
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Jan 11, 2025
1 parent 2c851d0 commit b1d1d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}"
- name: Push changes to KudoAI/duckduckgpt
if: env.SYNC_SRC
run: |
cd ${{ github.workspace }}/KudoAI/duckduckgpt
git add .
Expand Down

0 comments on commit b1d1d94

Please sign in to comment.