Skip to content

Commit 613d131

Browse files
authored
Update version.yaml
1 parent d5a5502 commit 613d131

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/version.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
fi
7575
7676
- name: send PR
77-
if: 'steps.updates.outputs.changes' && '!steps.checkpr.outputs.exists'
77+
if: |
78+
'steps.updates.outputs.changes' &&
79+
'!steps.checkpr.outputs.exists'
7880
env:
7981
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8082
run: |

0 commit comments

Comments
 (0)