Skip to content

Commit

Permalink
Second 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 9d0935d commit 39abb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-github-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# python-version: 3.12.1
- name: Dump github ref
env:
GITHUB_REF: ${{ toJson(github.ref) }}
GITHUB_REF: ${{ github.ref }}
run: echo "$STRATEGY_CONTEXT"
- name: LS everything
run: ls -al
Expand Down

0 comments on commit 39abb43

Please sign in to comment.