Skip to content

Commit 75ec581

Browse files
committed
Fix trigger-api-go-update.yml to work on non-master branches
1 parent 06351d2 commit 75ec581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger-api-go-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
esac
5858
5959
gh workflow run update-proto.yml -R https://github.com/temporalio/api-go \
60-
-r master \
60+
-r "${BRANCH}" \
6161
-f branch="${BRANCH}" \
6262
-f commit_author="${COMMIT_AUTHOR}" \
6363
-f commit_author_email="${COMMIT_AUTHOR_EMAIL}" \

0 commit comments

Comments
 (0)