diff --git a/.github/workflows/node.js.release.yml b/.github/workflows/node.js.release.yml index 4282e4f2..f4fce320 100644 --- a/.github/workflows/node.js.release.yml +++ b/.github/workflows/node.js.release.yml @@ -30,12 +30,12 @@ jobs: - name: Build the website run: npm run build - name: Pushes to another repository - uses: cpina/github-action-push-to-another-repository@main - env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} - with: - source-directory: 'build' - destination-github-username: 'GhostVaibhav' - destination-repository-name: 'prod-Simple' - user-email: 48472541+GhostVaibhav@users.noreply.github.com - target-branch: main + uses: cpina/github-action-push-to-another-repository@main + env: + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} + with: + source-directory: 'build' + destination-github-username: 'GhostVaibhav' + destination-repository-name: 'prod-Simple' + user-email: 48472541+GhostVaibhav@users.noreply.github.com + target-branch: main