Skip to content

Commit

Permalink
DEV multiline adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Oct 8, 2020
1 parent 20a9a0d commit 06cb647
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/commit_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
run: |
git remote add ssh-origin "https://github.com/$GITHUB_REPOSITORY"
git fetch ssh-origin
COMMITS=$(git cherry -v ssh-origin/${{ env.BRANCH }} | grep "+")
echo "GIT_COMMITS=$COMMITS" >> $GITHUB_ENV
echo 'GIT_COMMITS<<EOF' >> $GITHUB_ENV
git cherry -v ssh-origin/${{ env.BRANCH }} | grep "+" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 06cb647

Please sign in to comment.