Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from KevinDeJong-TomTom/fix/add-commisery-action
Browse files Browse the repository at this point in the history
fix: specify correct path for the commisery action
  • Loading branch information
KevinDeJong-TomTom committed Sep 12, 2020
2 parents 6983abd + b9dae63 commit 3fa405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

echo "Running Commisery for ${GITHUB_REPOSITORY}, Pull Request #${INPUT_PULL_REQUEST}"

OUTPUT="$(python3 commisery_action.py --token=${INPUT_TOKEN} --repository=${GITHUB_REPOSITORY} --pull-request-id=${INPUT_PULL_REQUEST} 2>&1)"
OUTPUT="$(python3 /commisery_action.py --token=${INPUT_TOKEN} --repository=${GITHUB_REPOSITORY} --pull-request-id=${INPUT_PULL_REQUEST} 2>&1)"
echo "$OUTPUT"

if [ -n "$OUTPUT" ]
Expand Down

0 comments on commit 3fa405d

Please sign in to comment.