Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Nov 6, 2024
1 parent 7158e9e commit dee4975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/checkout@v4
- name: Install slack-annotations
run: python -m pipx install .
- run: cat /home/runner/work/slack-annotations/slack-annotations/cache.json
- name: Check for annotations
id: slack_message
run: |
Expand All @@ -31,6 +30,8 @@ jobs:
slack-annotations --cache-path $(pwd)/cache.json --group ${{ secrets.HYPOTHESIS_GROUP }} --token ${{ secrets.HYPOTHESIS_API_TOKEN }}
echo EOF
} >> "$GITHUB_OUTPUT"
- run: cat /home/runner/work/slack-annotations/slack-annotations/cache.json
- name: Post to Slack
uses: slackapi/[email protected]
with:
Expand Down

0 comments on commit dee4975

Please sign in to comment.