Skip to content

Commit

Permalink
fix typo in action
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 589145746
Change-Id: I88e6f9b2bcfb5802211e0cb25eb783484d34b778
  • Loading branch information
jagapiou authored and copybara-github committed Dec 8, 2023
1 parent b88209c commit 97467d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-concordia/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ runs:
uses: actions/cache/restore@v3
with:
path: venv
key: install-concordia-${{ steps.os-info.outputs.name }}-${{ steps.os-info.outputs.version }}-py${{ steps.setup-python.outputs.version }}-${{ hashFiles('setup.py') }}
key: install-concordia-${{ steps.os-info.outputs.name }}-${{ steps.os-info.outputs.version }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('setup.py') }}
restore-keys: |
install-concordia-${{ steps.os-info.outputs.name }}-${{ steps.os-info.outputs.version }}-py${{ steps.os-info.outputs.version }}-py${{ steps.setup-python.outputs.version }}-
install-concordia-${{ steps.os-info.outputs.name }}-${{ steps.os-info.outputs.version }}-py${{ steps.os-info.outputs.version }}-py${{ steps.setup-python.outputs.python-version }}-
- name: Install Concordia
if: steps.restore.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 97467d5

Please sign in to comment.