Skip to content

Commit

Permalink
Simple output test v3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Sep 13, 2024
1 parent 906d779 commit f01eb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: lowercase
run: echo "LC_IMAGE_NAME=${IMAGE_NAME,,}" >>${GITHUB_ENV}
- name: echo
run: echo "${ steps.lowercase.outputs.LC_IMAGE_NAME }"
run: echo "${{ steps.lowercase.outputs.LC_IMAGE_NAME }}"
# - name: Setup apptainer executable
# uses: eWaterCycle/setup-apptainer@v2
# with:
Expand Down

0 comments on commit f01eb47

Please sign in to comment.