Skip to content

Commit

Permalink
fix: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cptchloroplast committed Aug 4, 2023
1 parent eb2b0ac commit 4551894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-notebook/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ runs:
r2_secret_key: ${{ inputs.r2_secret_key }}
r2_bucket: ${{ inputs.r2_bucket }}
source_dir: ${{ inputs.source_dir }}
destination_dir: ${{ format("{0}/{1}", inputs.visibility, inputs.destination_dir) }}
destination_dir: ${{ format('{0}/{1}', inputs.visibility, inputs.destination_dir) }}

0 comments on commit 4551894

Please sign in to comment.