Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
Clea F. Rees committed Jan 19, 2025
1 parent 1a96256 commit eb29d51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow-exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
- name: Summarise
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idoutputs
env:
reta: ${{ needs.things.outputs.build_ret_moda }}
retb: ${{ needs.things.outputs.build_ret_modb }}
retc: ${{ needs.things.outputs.build_ret_modc }}
MODA_OUTPUT: ${{ needs.things.outputs.moda_output }}
retb: ${{ needs.things.outputs.modb_output }}
retc: ${{ needs.things.outputs.modc_output }}
run: |
outmoda="${{ reta }}"
outmodb="${{ retb }}"
Expand Down

0 comments on commit eb29d51

Please sign in to comment.