Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo committed Sep 7, 2023
1 parent 5fbfd5a commit 8f4370a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: joerick/[email protected]
- name: add label
id: add-labels
if: ! contains(steps.pr-labels.outputs.labels, 'dependabot')
if: !contains(steps.pr-labels.outputs.labels, 'dependabot')
uses: actions-ecosystem/action-add-labels@v1
with:
labels: dev
Expand Down

0 comments on commit 8f4370a

Please sign in to comment.