Merge branch 'master' of https://github.com/awalsh128/cache-apt-pkgs-action
This commit is contained in:
commit
e649dfdfe5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ runs:
|
|||
shell: bash
|
||||
|
||||
- id: upload-logs
|
||||
if: ${{ inputs.debug }} == "true"
|
||||
if: ${{ inputs.debug == 'true' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cache-apt-pkgs-logs%${{ inputs.packages }}%${{ inputs.version }}
|
||||
|
|
Loading…
Reference in a new issue