Skip to content

Commit

Permalink
Try single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed Jan 24, 2024
1 parent 314f313 commit ee82be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
'
docker commit temp-container ${{ env.DOCKER_IMAGE }}:customized
- name: Execute notebooks using nbmake (staging)
if: env.BRANCH_NAME == "staging"
if: env.BRANCH_NAME == 'staging'
run: |
docker run -v $GITHUB_WORKSPACE:/home/jovyan -u root \
-e VIRES_TOKEN=${{ secrets.VIRES_TOKEN }} \
Expand All @@ -77,7 +77,7 @@ jobs:
--deselect=notebooks/04c1_Geomag-Ground-Data-FTP.ipynb
'
- name: Execute notebooks using nbmake (production)
if: env.BRANCH_NAME == "master"
if: env.BRANCH_NAME == 'master'
run: |
docker run -v $GITHUB_WORKSPACE:/home/jovyan -u root \
-e VIRES_TOKEN=${{ secrets.VIRES_TOKEN }} \
Expand Down

0 comments on commit ee82be2

Please sign in to comment.