Skip to content

Commit

Permalink
pritn all labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 28, 2024
1 parent d644d53 commit ba9a622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecosystem_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
with:
channel: main

- run: echo ${{ github.event.pull_request.labels }}
- run: echo ${{ toJSON(github.event.pull_request.labels.*.name) }}

- run: dart pub get
working-directory: pkgs/quest

- name: Update package and test
run: |
dart run pkgs/quest/bin/quest.dart ${{ inputs.repos_file }} ${{ github.event.pull_request.labels }}
dart run pkgs/quest/bin/quest.dart ${{ inputs.repos_file }} ${{ toJSON(github.event.pull_request.labels.*.name) }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ba9a622

Please sign in to comment.