Skip to content

Commit 4175ad9

Browse files
committed
Remove broken error handling code
1 parent 588023a commit 4175ad9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/template-janitor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
repo: ${{ env.NEW_PROJECT }}
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
- run: "Release found: ${{ steps.get_repo_meta.outputs.data }}"
36-
- name: "Release could not be found. Request failed with status ${{ steps.get_repo_meta.outputs.status }}"
37-
if: ${{ failure() }}
3835

3936
# Rename all cpp_starter_project occurences to current repository and remove this workflow
4037
- name: Insert new org and project

0 commit comments

Comments
 (0)