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 2be0d0d commit 3256a8fCopy full SHA for 3256a8f
.github/workflows/reuseable-ci-checks.yml
@@ -147,7 +147,7 @@ jobs:
147
echo "Validating branch name: $BRANCH_NAME"
148
149
# Read allowed branch patterns from .releaserc.json
150
- ALLOWED_BRANCHES=$(jq -r '.branches[].name' .releaserc.json)
+ ALLOWED_BRANCHES=$(jq -r '.branches[].name' "$GITHUB_WORKSPACE/.releaserc.json)
151
152
VALID=false
153
for pattern in $ALLOWED_BRANCHES; do
0 commit comments