mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-21 13:09:16 +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
|
id: vars
|
||||||
run: echo "commit=$(git log --format=%B -n 1 ${{github.event.after}})" >> $GITHUB_OUTPUT
|
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
|
- name: Add and commit changes to gh-pages branch
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email 'action@github.com'
|
git config --local user.email 'action@github.com'
|
||||||
|
|||||||
Reference in New Issue
Block a user