Skip to content

Test with github ref #1

Test with github ref

Test with github ref #1

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
env:
GITHUB_REF: ${{ toJson(github.ref) }}
run: echo "$STRATEGY_CONTEXT"
- name: LS everything
run: ls -al
- name: Dump github ref
env:
GITHUB_REF: ${{ toJson(github.ref) }}
run: echo "$STRATEGY_CONTEXT"