Merge pull request #34 from koyuawsmbrtn/main

macOS sucks the second
This commit is contained in:
Yannik
2023-08-20 15:48:44 +02:00
committed by GitHub

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;