Skip to content

Commit aa20909

Browse files
committed
haskellfoundation#23 Make a site deployment per branch
1 parent 5ef2e27 commit aa20909

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,13 @@ req_data()
9494
EOF
9595
}
9696

97-
echo "REQ $(req_data)"
98-
9997
curl \
10098
--header "Authorization: Bearer ${GITHUB_TOKEN}" \
10199
--header "Accept: application/vnd.github.v3+json" \
102100
--header "User-Agent: github-actions" \
103101
--header "Content-Type: application/json" \
104102
--data "$(req_data)" \
105-
--fail -i -v \
103+
--fail \
106104
https://api.github.com/repos/${github_repo_owner}/${github_repo_name}/check-runs
107105

108106

0 commit comments

Comments
 (0)