Skip to content

Commit

Permalink
Merge pull request #15 from Bolodya1997/pr-for-updates
Browse files Browse the repository at this point in the history
Fix pr-for-updates.yaml
  • Loading branch information
denis-tingaikin authored Jan 14, 2021
2 parents 20038f4 + f0c7051 commit 28560bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-for-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
run: |
PULL_REQUEST_BODY=$(git log -1)
echo ${PULL_REQUEST_BODY}
echo "::set-env name=PULL_REQUEST_BODY::${PULL_REQUEST_BODY}"
echo PULL_REQUEST_BODY=${PULL_REQUEST_BODY} >> $GITHUB_ENV
- name: pull-request-action
uses: vsoch/[email protected].6
uses: vsoch/[email protected].12
env:
GITHUB_TOKEN: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
BRANCH_PREFIX: "update/"
Expand Down

0 comments on commit 28560bc

Please sign in to comment.