We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b33d9f commit e242b7dCopy full SHA for e242b7d
.github/workflows/wikicheck.yml
@@ -22,7 +22,7 @@ jobs:
22
if [[ $CHANGES == *"$KEYWORD"* ]]; then
23
result=$(echo "$CHANGES" | grep "Lua_API" | sed -E 's/href="\/Wiki\/index\.php\?title=Lua_API:([a-zA-Z0-9_]+?)&curid=([0-9]+?)&diff=([0-9]+?)&oldid=([0-9]+?)"/\n:!:!:Changes in \1. ID \2 \3 \4 \n/g' | grep ":!:!:Changes")
24
result=$(echo "$result" | cut -c 6- | awk '!seen[$0]++')
25
- TOKEN=${{ secrets.ISSUE_TOKEN }}
+ TOKEN=${{ secrets.GITHUB_TOKEN }}
26
REPO=${{ github.repository }}
27
declare -A issues
28
0 commit comments