Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
irby committed Jul 27, 2023
1 parent b4ff803 commit 6b2ef51
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/[email protected]
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 6b2ef51

Please sign in to comment.