macOS sucks the second #34

Merged
koyuawsmbrtn merged 2 commits from main into main 2023-08-20 13:48:44 +00:00
35 changed files with 686 additions and 875 deletions
Showing only changes of commit 52f43b724c - Show all commits

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;