Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Aug 28, 2024
1 parent 40ce869 commit edbc9bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ runs:
PYTHON_VERSION: 3.12
COILED_VERSION: 1.45.0
with:
cache-downloads-key: coiled-run-downloads-${{ runner.arch }}-${{ envs.PYTHON_VERSION }}-${{ envs.COILED_VERSION }}
cache-environment-key: coiled-run-env-${{ runner.arch }}-${{ envs.PYTHON_VERSION }}-${{ envs.COILED_VERSION }}
cache-downloads-key: coiled-run-downloads-${{ runner.arch }}-${{ env.PYTHON_VERSION }}-${{ env.COILED_VERSION }}
cache-environment-key: coiled-run-env-${{ runner.arch }}-${{ env.PYTHON_VERSION }}-${{ env.COILED_VERSION }}
generate-run-shell: false
environment-name: coiled-run
create-args: >-
python=${{ envs.PYTHON_VERSION }}
coiled=${{ envs.COILED_VERSION }}
python=${{ env.PYTHON_VERSION }}
coiled=${{ env.COILED_VERSION }}
- name: Run coiled run
shell: bash
Expand Down

0 comments on commit edbc9bc

Please sign in to comment.