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 4cc9a4d commit 46d9e3bCopy full SHA for 46d9e3b
.github/workflows/potential-redirects-or-partials.yml
@@ -44,7 +44,7 @@ jobs:
44
files=$(curl -s -H "Authorization: Bearer $GITHUB_TOKEN" \
45
-H "Accept: application/vnd.github.v3+json" \
46
"https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/files" | \
47
- jq -r '.[] | select(.status=="modified" | select (.filename | startswith("src/content/partials")) | select(.filename | endswith(".mdx")) \
+ jq -r '.[] | select(.status=="modified") | select(.filename | startswith("src/content/partials")) | select(.filename | endswith(".mdx"))' \
48
# Use random delimiter for security reasons
49
delimiter="$(openssl rand -hex 8)"
50
echo "PARTIAL_FILES<<${delimiter}" >> "$GITHUB_ENV"
0 commit comments