Skip to content

Commit

Permalink
maybe need quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed Sep 3, 2024
1 parent dc849a1 commit 2defa2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/vote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@ jobs:
title: ${{ steps.vars.outputs.title }}
body: ${{ fromJSON(steps.vars.outputs.body) }}
delete-branch: true
- run: |
- name: ✉️ Create embed
run: |
I=${{ matrix.options }}
P=${{ steps.pr.outputs.pull-request-number }}
U=${{ steps.pr.outputs.pull-request-url }}
T=${{ steps.vars.outputs.title }}
A=${{ steps.vars.outputs.abs }}
echo "data=\"$(bash .github/utils/embed.sh $I $P $U $T $A)\"" >> $GITHUB_OUTPUT
echo "data=\"$(bash .github/utils/embed.sh $I $P $U "$T" "$A")\"" >> $GITHUB_OUTPUT
id: embed
- name: 🗳️ Post vote option to Discord
uses: Ilshidur/action-discord@master
Expand Down

0 comments on commit 2defa2b

Please sign in to comment.