mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
fix(cli): ⚡ refactor
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user