Skip to content

Commit 30c0786

Browse files
ci: use with instead of env
1 parent c5db949 commit 30c0786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/approved-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- name: Add "approved" label when approved
99
uses: realstealthninja/[email protected]
10-
env:
10+
with:
1111
requiredApproves: 1
1212
token: ${{ secrets.GITHUB_TOKEN }}
1313
label: "approved"

0 commit comments

Comments
 (0)