Skip to content

Commit

Permalink
Run action unconditional
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 1, 2023
1 parent ea0939f commit 755cee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ set -e
echo "Trying to set commit status for ${REPO}/commit/${SHA}"
echo "Source status: ${SOURCE_STATUS}"
echo "Docs status: ${DOCS_STATUS}"
if [ "${HAS_APP}" ]; then
Rscript -e "commitstatus::gh_app_set_commit_status('${REPO}','${SHA}','${BUILDLOG}','${UNIVERSE}','${DEPLOYED_PACKAGES}', '${SOURCE_STATUS}', '${DOCS_STATUS}', '${OSTYPE}')"
fi
echo "Action complete!"

0 comments on commit 755cee7

Please sign in to comment.