We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f60f1e commit c07178bCopy full SHA for c07178b
.github/workflows/trigger-preview.yml
@@ -11,6 +11,6 @@ jobs:
11
if: github.repository == 'apollographql/apollo-kotlin'
12
steps:
13
- run: |
14
- GH_REPO=${GITHUB_REPOSITORY} gh workflow run preview.yml -f branch=main -f prerelease=$(date '+%Y.%m.%d')
+ GH_REPO=${GITHUB_REPOSITORY} gh workflow run publish-preview.yml -f branch=main -f prerelease=$(date '+%Y.%m.%d')
15
env:
16
GITHUB_TOKEN: ${{ github.token }}
scripts/bump-kotlin-nightlies.main.kts
@@ -92,7 +92,7 @@ fun rebaseOnTopOfMain() {
92
}
93
94
fun triggerPrWorkflow() {
95
- runCommand("gh workflow run pr --ref $BRANCH_NAME")
+ runCommand("gh workflow run build-pull-request --ref $BRANCH_NAME")
96
97
98
fun commitAndPush() {
0 commit comments