replacing set-env with new environment syntax (#48)
* replacing set-env with new environment syntax * using direct append to file for set_env instead of os.system Signed-off-by: vsoch <vsochat@stanford.edu>
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
||||
git push origin "${BRANCH_FROM}"
|
||||
fi
|
||||
# Here is where we are setting the environment variable!
|
||||
echo "::set-env name=PULL_REQUEST_FROM_BRANCH::${BRANCH_FROM}"
|
||||
echo "PULL_REQUEST_FROM_BRANCH=${BRANCH_FROM}" >> $GITHUB_ENV
|
||||
|
||||
- name: Open Pull Request
|
||||
uses: vsoch/pull-request-action@1.0.6
|
||||
|
||||
Reference in New Issue
Block a user