Skip to content

Commit

Permalink
fix(cli): ⚡ refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Jan 16, 2023
1 parent 21a7270 commit 5e87918
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ jobs:
id: vars
run: echo "commit=$(git log --format=%B -n 1 ${{github.event.after}})" >> $GITHUB_OUTPUT

- name: Get Commit Message
run: |
MSG=$(git log --format=%B -n 1 ${{github.event.after}})
echo "::set-env name=COMMIT_MESSAGE::${MSG}"
- name: Add and commit changes to gh-pages branch
run: |
git config --local user.email 'action@github.com'
Expand Down

0 comments on commit 5e87918

Please sign in to comment.