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
|
shell: bash
|
||||||
|
|
||||||
- id: upload-logs
|
- id: upload-logs
|
||||||
if: ${{ inputs.debug }} == "true"
|
if: ${{ inputs.debug == 'true' }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: cache-apt-pkgs-logs%${{ inputs.packages }}%${{ inputs.version }}
|
name: cache-apt-pkgs-logs%${{ inputs.packages }}%${{ inputs.version }}
|
||||||
|
|
Loading…
Reference in a new issue