Skip to content

Commit

Permalink
Quote strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes authored Nov 27, 2023
1 parent 824c6f1 commit 5294a70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: "Sync labels"
run: |
yarn sync-labels $(echo -e "${{ inputs.LABELS }}" | xargs -r printf -- '--labels \"../%s\"\n' | xargs echo) \
${{ github.repository != 'vector-im/element-meta' && --dir .. }} \
${{ inputs.DELETE && --delete }} \
${{ inputs.WET && --wet }}
${{ github.repository != "vector-im/element-meta" && "--dir .." }} \
${{ inputs.DELETE && "--delete" }} \
${{ inputs.WET && "--wet" }}
working-directory: element-meta
env:
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
Expand Down

0 comments on commit 5294a70

Please sign in to comment.