Skip to content

Commit

Permalink
Merge pull request #2 from irby/irby/init
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
irby authored Jul 27, 2023
2 parents 7143c8e + 6b2ef51 commit 5711364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Get PR labels
id: pr-labels
uses: ./
uses: irby/get-labels-on-push@v1.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Get PR labels
id: pr-labels
uses: irby/get-labels-on-push@main
uses: irby/get-labels-on-push@v1.0.0

# GITHUB_PR_LABEL_RELEASE_MASTER was set by pr-labels action
- run: |
Expand Down

0 comments on commit 5711364

Please sign in to comment.