Skip to content

Commit

Permalink
Merge pull request #6 from irby/irby/add-unit-tests
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
irby authored Jul 27, 2023
2 parents ae65569 + aba3a44 commit ad5b2b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
uses: actions/checkout@v2
- name: Get PR labels
id: pr-labels
uses: ./
uses: irby/get-labels-on-push@v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: |
env | grep GITHUB_PR_LABEL || true
- run: |
echo ${{join(steps.pr-labels.outputs.*, '\n')}}
echo ${{join(steps.pr-labels.outputs.labels, ', ')}}
echo ${{join(steps.pr-labels.outputs.labels-object, ', ')}}

0 comments on commit ad5b2b2

Please sign in to comment.