We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29e0dd commit d5d6652Copy full SHA for d5d6652
action.yml
@@ -48,12 +48,12 @@ runs:
48
steps:
49
- name: Checkout
50
uses: actions/checkout@v3
51
- if: ${{ inputs.chekcout == 'true' && inputs.cache == 'true' }}
+ if: ${{ inputs.checkout == 'true' && inputs.cache == 'true' }}
52
with:
53
fetch-depth: 0 # Required by git-restore-mtime
54
55
56
- if: ${{ inputs.chekcout == 'true' && inputs.cache == 'false' }}
+ if: ${{ inputs.checkout == 'true' && inputs.cache == 'false' }}
57
58
- name: Setup python
59
uses: actions/setup-python@v4
0 commit comments