We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cfa7b commit 42f62c5Copy full SHA for 42f62c5
.github/workflows/ci.yml
@@ -89,8 +89,7 @@ jobs:
89
then
90
gh issue create \
91
--title "Sheduled CI Failure" \
92
- --body "Sheduled CI Workflow Failed! [View the failed job](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})." \
93
- --label "all-combinations"
+ --body "Sheduled CI Workflow Failed! [View the failed job](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})."
94
fi
95
96
# --------------------------------------------------------------------------
0 commit comments