Skip to content

Commit

Permalink
Uppercased env.sync_src for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Oct 20, 2024
1 parent 22b69c0 commit 24d8c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
done
# Expose sync src for commit msg in self-push step
echo "sync_src=$sync_src" >> $GITHUB_ENV
echo "SYNC_SRC=$sync_src" >> $GITHUB_ENV
- name: Sync ** to adamlui/ai-apps/googlegpt/
run: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: |
cd ${{ github.workspace }}/KudoAI/googlegpt
git add .
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from \`${{ env.sync_src }}\`]" || true
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from \`${{ env.SYNC_SRC }}\`]" || true
git push
- name: Push changes to adamlui/ai-apps
Expand Down

0 comments on commit 24d8c30

Please sign in to comment.