Skip to content

Commit

Permalink
✨ Fetch CI fixes from cruft template
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoZosa committed Jan 22, 2021
1 parent 4e366ce commit cb9d6a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/TeoZosa/cookiecutter-cruft-poetry-tox-pre-commit-ci-cd",
"commit": "be6a3ef0e83cf23489f664c68006971d362decfe",
"commit": "d88b3b48d1f5b212b7d6a55243c415b5220bccb9",
"context": {
"cookiecutter": {
"project_name": "Structlog-Sentry-Logger",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
RELEASE_WORKFLOW_STATUS=$( \
curl -sSL -X GET -G \
-H "Accept: application/vnd.github.v3+json" \
-d "branch=${GITHUB_REF_SLUG}" \
-d "branch=${GITHUB_REF_NAME_SLUG}" \
-d "event=push" \
"${WORKFLOW_API_ENDPOINT}" \
| jq -r '.workflow_runs[0].conclusion' \
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sphinx:
configuration: docs/source/conf.py

python:
version: 3.6
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down

0 comments on commit cb9d6a5

Please sign in to comment.