Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 committed Feb 3, 2023
2 parents 9ecdf39 + 9b2b4f2 commit e649dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e649dfd

Please sign in to comment.