Skip to content

Commit

Permalink
temp: debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Dec 1, 2022
1 parent 086f20f commit e94e874
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,12 @@ jobs:
echo "total=$TOTAL" >> $GITHUB_ENV
echo "### Total coverage: ${TOTAL}%" >> $GITHUB_STEP_SUMMARY
- name: "Debug conditional"
run: |
echo ref: "${{ github.ref }}"
- name: "Make badge"
if: (github.repository == 'nedbat/scriv') && (github.base_ref == 'main')
if: (github.repository == 'nedbat/scriv') && (github.ref == 'main')
# https://gist.github.com/nedbat/5a304c1c779d4bcc57be95f847e9327f
uses: schneegans/dynamic-badges-action@v1.4.0
with:
Expand Down

0 comments on commit e94e874

Please sign in to comment.