Skip to content

Commit

Permalink
ci: print out env
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jul 24, 2024
1 parent 22c3708 commit 06294cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
dev:
runs-on: ubuntu-latest-m
env:
DOCKERHUB_REPO: ${{ env.DOCKERHUB_REPO }}
DOCKERHUB_IMG: ${{ env.DOCKERHUB_IMG }}
HUGGINGFACE_ACCESS_TOKEN: ${{ secrets.HUGGINGFACE_ACCESS_TOKEN }}
RELEASE_VERSION: ${{ github.ref_name }}

steps:
- name: show env
run: env

- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 06294cc

Please sign in to comment.