Skip to content

Commit

Permalink
ci(pr-title): fix version of actions-ecosystem/action-add-labels ac…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
overlookmotel committed Dec 13, 2024
1 parent 5b7e1ad commit 32c43f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "CATEGORY=$CATEGORY" >> $GITHUB_OUTPUT
- name: Add category label
uses: actions-ecosystem/action-add-labels@v1.3.1
uses: actions-ecosystem/action-add-labels@v1.1.0
if: ${{ steps.get-category.outputs.CATEGORY != '' }}
with:
labels: ${{ steps.get-category.outputs.CATEGORY }}

0 comments on commit 32c43f8

Please sign in to comment.