Skip to content

Commit

Permalink
repo maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 22, 2024
1 parent 8c66858 commit 71df9bb
Show file tree
Hide file tree
Showing 5 changed files with 376 additions and 334 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugin-checks-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
PLUGIN_NAME=${{ github.event.inputs.plugin }}
else
BODY="${{ github.event.issue.body }}"
PLUGIN_NAME=$(echo "$BODY" | awk 'NR==3' | tr -d ' ')
PLUGIN_NAME=$(echo "${BODY@Q}" | awk 'NR==3' | tr -d ' ')
fi
echo "PLUGIN_NAME=$PLUGIN_NAME" >> $GITHUB_ENV
- name: Check Plugin
Expand Down
Loading

0 comments on commit 71df9bb

Please sign in to comment.