-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* allowing for empty body * update examples to not use set-env Signed-off-by: vsoch <[email protected]>
- Loading branch information
Showing
3 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,10 +59,10 @@ jobs: | |
git commit -a -m "Automated deployment to update contributors $(date '+%Y-%m-%d')" | ||
git push origin "${BRANCH_FROM}" | ||
fi | ||
echo "::set-env name=OPEN_PULL_REQUEST::${OPEN_PULL_REQUEST}" | ||
echo "::set-env name=PULL_REQUEST_FROM_BRANCH::${BRANCH_FROM}" | ||
echo "::set-env name=PULL_REQUEST_TITLE::[opensource-heartbeat] ${BRANCH_FROM}" | ||
echo "::set-env name=PULL_REQUEST_BODY::OpenSource Heartbeat events update automated pull request." | ||
echo "OPEN_PULL_REQUEST=${OPEN_PULL_REQUEST}" >> $GITHUB_ENV | ||
echo "OPEN_PULL_REQUEST_FROM_BRANCH=${BRANCH_FROM}" >> $GITHUB_ENV | ||
echo "PULL_REQUEST_TITLE=[opensource-heartbeat] ${BRANCH_FROM}" >> $GITHUB_ENV | ||
echo "PULL_REQUEST_BODY=OpenSource Heartbeat events update automated pull request." >> $GITHUB_ENV | ||
- name: Open Pull Request | ||
uses: vsoch/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters