Skip to content

Commit

Permalink
fix: fix comparing with shared-storage-bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
yndx-birman committed Aug 16, 2023
1 parent f8edebf commit ad23208
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 @@ -44,7 +44,7 @@ runs:
with:
args: --exact-timestamps
env:
DEST_DIR: "${{ inputs.shared-storage-bucket == 'true' && inputs.project-name + "/" }}rev/${{ inputs.revision }}"
DEST_DIR: "${{ inputs.shared-storage-bucket == true && inputs.project-name + "/" }}rev/${{ inputs.revision }}"
SOURCE_DIR: "${{ inputs.build-root }}"
AWS_S3_BUCKET: ${{ inputs.storage-bucket }}
AWS_S3_ENDPOINT: ${{ inputs.storage-endpoint }}
Expand Down

0 comments on commit ad23208

Please sign in to comment.