Skip to content

Commit

Permalink
Update env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrandt authored Nov 3, 2023
1 parent ed3aa98 commit e2b76da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
# mode: development
# path: custom/path/to/folder/with/env

- name: Some other action
run: |
echo "Variable 1: ${{ env.VARIABLE_1 }}"
echo "Variable 2: ${{ env.VARIABLE_2 }}"
echo "Variable 3: ${{ env.VARIABLE_3 }}"
# - name: Some other action
# run: |
# echo "Variable 1: ${{ env.VARIABLE_1 }}"
# echo "Variable 2: ${{ env.VARIABLE_2 }}"
# echo "Variable 3: ${{ env.VARIABLE_3 }}"

- name: Print versions
run: |
echo "ISIS-ASP versions: ${ISIS_VERSION}-${ASP_VERSION}"
echo "ISIS-ASP versions: ${{ env.ISIS_VERSION }}-${{ env.ASP_VERSION }}"
run: |
echo "ISIS-ASP versions: ${ISIS_VERSION}-${ASP_VERSION}"
echo "ISIS-ASP versions: ${{ env.ISIS_VERSION }}-${{ env.ASP_VERSION }}"

0 comments on commit e2b76da

Please sign in to comment.