Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Aug 20, 2024
1 parent 43a5b64 commit f2b4c0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sizestats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: Check title is correct
if: ${{ !(github.event.issue.title > 0) }}
run: |
echo "Concat result"
echo "${{ join(github.event.issue.labels.*.name, ' -p:') }}"
echo "toJson"
echo "${{ toJson(github.event.issue.labels) }}"
curl \
-X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
Expand Down

0 comments on commit f2b4c0f

Please sign in to comment.