Skip to content

Fix path

Fix path #49

Workflow file for this run

name: Flaky
on:
push:
workflow_dispatch:
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Fail half of the time.
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
[ $((RANDOM % 2)) -eq 0 ]