Skip to content

Commit

Permalink
Third test for github ref
Browse files Browse the repository at this point in the history
  • Loading branch information
robotichead committed Jan 22, 2024
1 parent 39abb43 commit 82a2d44
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test-github-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,4 @@ jobs:
# with:
# python-version: 3.12.1
- name: Dump github ref
env:
GITHUB_REF: ${{ 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"
run: echo "Hello World - $GITHUB_REF"

0 comments on commit 82a2d44

Please sign in to comment.