Skip to content

Commit

Permalink
Test with github ref
Browse files Browse the repository at this point in the history
  • Loading branch information
robotichead committed Jan 22, 2024
1 parent 8e28e74 commit 9d0935d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test-github-ref.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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"

0 comments on commit 9d0935d

Please sign in to comment.