Skip to content

Commit 55106c9

Browse files
committed
Remove if condition
1 parent 99952a4 commit 55106c9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/validate_schema.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
run: cp schemas/v1/schema.json schemas/latest.json
3131
- name: Commit schema changes (if any) to latest.json
3232
uses: stefanzweifel/git-auto-commit-action@v7
33-
id: auto-commit-action
34-
if: steps.auto-commit-action.outputs.changes_detected == 'true'
3533
with:
3634
commit_message: "Update latest.json from v1/schema.json"
3735
file_pattern: schemas/latest.json

0 commit comments

Comments
 (0)