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 3bbdfca commit 2b8f7db
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 @@ -85,7 +85,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cur_label=$(gh api --jq '.labels.[].name' /repos/rjbou/opam/pulls/${{ github.event.number }} | tr -d '\n')
echo "cur_label=$cur_label" $LABELS
echo "cur_label=$cur_label" >> $GITHUB_OUTPUT
# - name: labels
# run: echo ${{ steps.labell.outputs.cur_label }}
# - name: labels
Expand Down

0 comments on commit 2b8f7db

Please sign in to comment.