Skip to content

Commit d5474d3

Browse files
committed
correct syntax
1 parent 43efc9e commit d5474d3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/auto-label.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Authenticate with GitHub CLI
18-
run: |
19-
env:
20-
GH_TOKEN: ${{ secrets.GH_SYSTEMSDT_TOKEN }}
18+
env:
19+
GH_TOKEN: ${{ secrets.GH_SYSTEMSDT_TOKEN }}
2120

2221
- name: Parse and manage labels
2322
run: |

0 commit comments

Comments
 (0)