Skip to content

post comment to GH PR #8

post comment to GH PR

post comment to GH PR #8

Workflow file for this run

name: main
on: [pull_request, workflow_dispatch]
jobs:
test_the_action:
runs-on: ubuntu-latest
name: A job to rhyme
steps:
# To use this repository's private action,
# you must check out the repository
- name: This step will fail
run: |
echo "About to fail..."
exit 1