Skip to content

Commit

Permalink
modify title
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedWoo committed Nov 6, 2024
1 parent 0f39b0f commit ef8e10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh issue create \
--title "Property testing failure [${GITHUB_WORKFLOW} #${GITHUB_RUN_NUMBER}] Clarity::V${{ matrix.clarity_version }}" \
--title "Failure [${GITHUB_WORKFLOW} #${GITHUB_RUN_NUMBER}] Clarity::V${{ matrix.clarity_version }}" \
--label "property-testing-failure" \
--body "GitHub Actions workflow [${GITHUB_WORKFLOW} #${GITHUB_RUN_NUMBER}](https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}) Clarity::V${{ matrix.clarity_version }} failed.
\`\`\`log
Expand Down

0 comments on commit ef8e10d

Please sign in to comment.