Skip to content

Commit 98bef19

Browse files
committed
remove quotes
1 parent 98e5824 commit 98bef19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/watcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
actions: write
1616
steps:
1717
- name: Check Conclusion
18-
run: echo "Previous workflow concluded with: ${{ github.event.workflow_run.conclusion }}. Restarting main job."
18+
run: echo Previous workflow concluded with: ${{ github.event.workflow_run.conclusion }}. Restarting main job.
1919

2020
- name: Dispatch New Workflow Run
2121
uses: actions/github-script@v7

0 commit comments

Comments
 (0)