We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e5824 commit 98bef19Copy full SHA for 98bef19
.github/workflows/watcher.yml
@@ -15,7 +15,7 @@ jobs:
15
actions: write
16
steps:
17
- name: Check Conclusion
18
- run: echo "Previous workflow concluded with: ${{ github.event.workflow_run.conclusion }}. Restarting main job."
+ run: echo Previous workflow concluded with: ${{ github.event.workflow_run.conclusion }}. Restarting main job.
19
20
- name: Dispatch New Workflow Run
21
uses: actions/github-script@v7
0 commit comments