Skip to content

Commit

Permalink
Update sync-to-deployment-fork.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xKhronoz authored Jan 25, 2024
1 parent 32bac69 commit b6b31a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-to-deployment-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: octokit/[email protected]
id: sync_deployment_fork
with:
route: POST /repos/JTC-Smart-Retrieval/Smart-Retrieval-Deployment/merge-upstream
route: POST /repos/{owner}/{repo}/merge-upstream
owner: JTC-Smart-Retrieval
repo: Smart-Retrieval-Deployment
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
- run: "echo Sync Fork Success!: '${{ steps.sync_deployment_fork.outputs.data }}'"
Expand Down

0 comments on commit b6b31a7

Please sign in to comment.