Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c8e0fd

Browse files
committedDec 29, 2021
haskellfoundation#23 Make a site deployment per branch
1 parent eb8eb02 commit 0c8e0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ update_github_checks_req_data() {
9393
EOF
9494
}
9595

96-
curl \
96+
curl -i \
9797
--header "Authorization: Bearer ${GITHUB_TOKEN}" \
9898
--header "Accept: application/vnd.github.v3+json" \
9999
--header "User-Agent: github-actions" \

0 commit comments

Comments
 (0)
Please sign in to comment.