Skip to content

Bump the npm_and_yarn group with 4 updates #58

Bump the npm_and_yarn group with 4 updates

Bump the npm_and_yarn group with 4 updates #58

Workflow file for this run

name: Notify twitter
on: [push]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Get short commit message
id: short_commit_message
run: |
echo "SHORT_MESSAGE=$(echo '${{ github.event.head_commit.message }}' | tr -d '\n' | cut -c 1-50 | sed 's/[;&\`'\'']/ /g')" >> $GITHUB_ENV
- uses: noweh/[email protected]
with:
message: |
Ei, pessoal! Confiram o que acabamos de atualizar no projeto:
Mensagem do Commit: ${{ env.SHORT_MESSAGE }}...
URL do Projeto: ${{ github.event.repository.html_url }}
Horário do Commit: ${{ github.event.head_commit.timestamp }}
Vem ver! #${{ join(github.event.repository.topics, ' #') }}
consumer-key: ${{ secrets.CONSUMER_KEY }}
consumer-secret: ${{ secrets.CONSUMER_SECRET }}
access-token: ${{ secrets.ACCESS_TOKEN }}
access-token-secret: ${{ secrets.ACCESS_TOKEN_SECRET }}