We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06351d2 commit 75ec581Copy full SHA for 75ec581
1 file changed
.github/workflows/trigger-api-go-update.yml
@@ -57,7 +57,7 @@ jobs:
57
esac
58
59
gh workflow run update-proto.yml -R https://github.com/temporalio/api-go \
60
- -r master \
+ -r "${BRANCH}" \
61
-f branch="${BRANCH}" \
62
-f commit_author="${COMMIT_AUTHOR}" \
63
-f commit_author_email="${COMMIT_AUTHOR_EMAIL}" \
0 commit comments