Skip to content

Commit

Permalink
ci(GHA): Correct environment variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Feb 1, 2022
1 parent def1212 commit 8b155f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repo
uses: actions/[email protected]
- name: Ping endpoint
run: curl "https://proxy.golang.org/github.com/jidicula/vci-check/@v/${{ env.GITHUB_REF }}.info"
run: curl "https://proxy.golang.org/github.com/jidicula/vci-check/@v/${{ github.ref }}.info"
publish-image:
name: Publish Docker image
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b155f4

Please sign in to comment.