Skip to content

Commit

Permalink
CODE RUB: Fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdutoit authored May 21, 2024
1 parent 99fcdc4 commit 5b8d639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Apply Label
uses: actions/github-script@v6
with:
token: ${{ secrets.PAT_FOR_TAGGING }}
github-token: ${{ secrets.PAT_FOR_TAGGING }}
script: >2+
const prefixes = [
'INFRA:',
Expand Down

0 comments on commit 5b8d639

Please sign in to comment.