Skip to content

Workflow file for this run

name: Changeset Workflow
permissions:
contents: write
actions: write
on:
push:
branches:
- pipe
workflow_dispatch:
jobs:
changeset:
runs-on: ubuntu-latest
steps:
- name: Teste de mudanças
run: echo "Mudanças processadas com sucesso!"
- name: Verificar variáveis

Check failure on line 19 in .github/workflows/changeset.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/changeset.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
- name : vars
run: |
echo "Evento do workflow: ${{ github.event_name }}"
echo "Conclusão do workflow: ${{ github.event.workflow_run.conclusion }}"
echo "ID do Workflow: ${{ github.event.workflow_run.id }}"