macOS sucks the second #34

Merged
koyuawsmbrtn merged 2 commits from main into main 2023-08-20 13:48:44 +00:00

View File

@@ -12,7 +12,7 @@ jobs:
- name: Check for specific word in the issue
uses: actions/github-script@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.WONTFIX_TOKEN }}
script: |
const wordToCheck = 'mac';
const issue = context.payload.issue;