Skip to content

Commit

Permalink
fix(ci): typo in env key (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto authored Jan 10, 2025
1 parent 1eed55f commit 399c585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-issue-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
deno install
{
echo 'VALERR<<EOF'
echo "$(deno run './src/validate-issue-title.ts' "${name}" 2>&1 >/dev/null)"
echo "$(deno run './src/validate-issue-title.ts' "${NAME}" 2>&1 >/dev/null)"
echo EOF
} >> "$GITHUB_ENV"
- name: In case of an invalid issue title, comment about the error and label the issue
Expand Down

0 comments on commit 399c585

Please sign in to comment.