Skip to content

Commit a43a081

Browse files
committed
quote
1 parent 48bc07e commit a43a081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/.github/workflows/ci.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
gh api \
9393
-X POST -H "Accept: application/vnd.github.v3+json" \
9494
"/repos/${{ github.repository }}/statuses/${{ github.sha }}" \
95-
-f state=pending -f context=""required-check/duplicate-skip" -f description="⏭️ Workflow skipped due to duplicate detection"
95+
-f state=pending -f context="required-check/duplicate-skip" -f description="⏭️ Workflow skipped due to duplicate detection"
9696
echo "⏭️ Workflow was skipped due to duplicate detection - status set to pending to block merge"
9797
exit 0
9898

0 commit comments

Comments
 (0)