Skip to content

test: cause an error #9

test: cause an error

test: cause an error #9

Workflow file for this run

---
# Workflow to test push event
name: On push dummy
on:
push: {}
permissions:
contents: read
jobs:
on-push-dummy:
runs-on: ubuntu-latest
steps:
- name: Dummy step
run: echo "This is a dummy step"