Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
robotichead committed Jan 26, 2024
1 parent bb22bed commit 54cf0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-github-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# with:
# python-version: 3.12.1
- name: Dump github ref
run: echo "Hello World - $GITHUB_REF"
run: echo "Hello World - ${{ github.ref_name }}"
- name: Trigger Docker Deployment
run: |
curl -L \
Expand All @@ -23,4 +23,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.BEARER_TOKEN_FOR_GITHUB_ACTIONS }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/NearBeach/nearbeach-docker/dispatches \
-d '{"event_type":"test_result","client_payload":{"version":"$GITHUB_REF"}}'
-d '{"event_type":"test_result","client_payload":{"version":"${{ github.ref_name }}"}}'

0 comments on commit 54cf0a6

Please sign in to comment.