Skip to content

Commit

Permalink
fix: branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Dec 20, 2023
1 parent dc5ee19 commit 4b90b45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
github_token: ${{ secrets.MONOREPO_SPLITTER_PERSONAL_ACCESS_TOKEN }}
github_user: kduma
workflow_file_name: satis.yml
ref: release-branch
ref: master
wait_interval: 10
client_payload: '{"repository-url": "https://github.com/kduma-archive/test-ci-git-split-library"}'
propagate_failure: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
github_token: ${{ secrets.MONOREPO_SPLITTER_PERSONAL_ACCESS_TOKEN }}
github_user: kduma
workflow_file_name: satis.yml
ref: release-branch
ref: master
wait_interval: 10
client_payload: '{"repository-url": "https://github.com/kduma-archive/test-ci-git-split-library"}'
propagate_failure: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
github_token: ${{ secrets.MONOREPO_SPLITTER_PERSONAL_ACCESS_TOKEN }}
github_user: kduma
workflow_file_name: satis.yml
ref: release-branch
ref: master
wait_interval: 10
client_payload: '{"repository-url": "https://github.com/kduma-archive/test-ci-git-split-library"}'
propagate_failure: false
Expand Down

0 comments on commit 4b90b45

Please sign in to comment.