Skip to content

Commit

Permalink
Stop using TRAVIS_REPO_SLUG
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Sep 7, 2019
1 parent 107bd61 commit 29a5170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/diff_website.sh
Expand Up @@ -45,6 +45,6 @@ if ! git -c color.ui=always diff --no-index "$TMP_DIR/$WEBSITE_OUTPUT_DIR" "$WEB

curl -f -H "Authorization: Token ${GITHUB_TOKEN}" -XPOST \
-d "{\"body\": \"$COMMENT_CONTENT\"}" \
"https://api.github.com/repos/${TRAVIS_REPO_SLUG}/issues/${TRAVIS_PULL_REQUEST}/comments"
"https://api.github.com/repos/pureconfig/pureconfig/issues/${TRAVIS_PULL_REQUEST}/comments"
fi
fi

0 comments on commit 29a5170

Please sign in to comment.