Skip to content

Workflow file for this run

run-name: main
on:
push: # TODO: workflow_run
branches:
- main
- 'github-actions'
jobs:
if_error_or_failure:
runs-on: ubuntu-latest
steps:
- env:
BRANCH: ${{ github.ref_name }}
DESCRIPTION: ${{ github.event.description }}
run: echo The status of $BRANCH is $DESCRIPTION