Skip to content

Commit

Permalink
Switch up GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Feb 6, 2025
1 parent 36b7db0 commit 1879fb2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/mirror-page-ui-to-page-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
uses: actions/checkout@v2

- name: Pushes all PageUI templates to PageAI
uses: danmindru/[email protected]
uses: nkoppel/[email protected]
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_folder: './'
destination_repo: 'danmindru/page-ai'
destination_branch: 'main'
destination_folder: 'packages/api/page-ui'
user_email: '[email protected]'
user_name: 'danmindru'
commit_msg: '🔄 Sync Page UI'
source-files: '/'
destination-username: 'danmindru'
destination-repository: 'page-ai'
destination-directory: 'packages/api/page-ui'
commit-email: '[email protected]'
commit-username: 'danmindru'
commit-message: '🔄 Sync Page UI'

0 comments on commit 1879fb2

Please sign in to comment.