Skip to content

Commit

Permalink
test labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Dec 14, 2023
1 parent 2b8f7db commit 2809d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cur_label=$(gh api --jq '.labels.[].name' /repos/rjbou/opam/pulls/${{ github.event.number }} | tr -d '\n')
cur_label=$(gh api --jq '.labels.[].name' /repos/rjbou/opam/pulls/${{ github.event.number }} | sed 's/\n/ /')
echo "cur_label=$cur_label" >> $GITHUB_OUTPUT
# - name: labels
# run: echo ${{ steps.labell.outputs.cur_label }}
Expand Down

0 comments on commit 2809d0a

Please sign in to comment.