Skip to content

Commit

Permalink
[FF-1429] - Update .github/workflows/pull-request.yml to match the te…
Browse files Browse the repository at this point in the history
…mplate repo
  • Loading branch information
credfeto committed Nov 20, 2020
1 parent bb9e315 commit f720705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
path: ./.github/PULL_REQUEST_TEMPLATE.md
- run: |
echo ::set-env name=COMMIT_MSG::`git log -1 --pretty=%B`
echo COMMIT_MSG=`git log -1 --pretty=%B` >> $GITHUB_ENV
- uses: repo-sync/pull-request@v2
with:
source_branch: "" # If blank, default: triggered branch
Expand Down

0 comments on commit f720705

Please sign in to comment.