Skip to content

Third test for github ref #3

Third test for github ref

Third test for github ref #3

Workflow file for this run

name: Test Github Ref
on:
push
jobs:
test-thingy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: Set up Python
# uses: actions/setup-python@v5
# with:
# python-version: 3.12.1
- name: Dump github ref
run: echo "Hello World - $GITHUB_REF"