Skip to content

Commit

Permalink
ci: Update gallery (#7541)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Dec 9, 2024
1 parent 7ec67a2 commit 6e588b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gallery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
python-version: '3.10'
- name: Set and echo git ref
id: vars
env:
HEAD_BRANCH: ${{ github.event.workflow_run.head_branch }}
run: |
echo 'Deploying from ref ${{ github.event.workflow_run.head_branch }}'
echo 'tag=${{ github.event.workflow_run.head_branch }}' >> $GITHUB_OUTPUT
echo "Deploying from ref $HEAD_BRANCH"
echo "tag=$HEAD_BRANCH" >> $GITHUB_OUTPUT
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
Expand Down

0 comments on commit 6e588b2

Please sign in to comment.