Skip to content

Commit 2cd86be

Browse files
committed
Managed by Terraform: Update notify-integration-release-via-manual github workflow
1 parent 7aa4c48 commit 2cd86be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notify-integration-release-via-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: make build-docs
2525
- shell: bash
2626
run: |
27-
if [[ -z "$$(git status -s)" ]]; then
27+
if [[ -z "$(git status -s)" ]]; then
2828
echo "OK"
2929
else
3030
echo "Docs have been updated, but the compiled docs have not been committed."

0 commit comments

Comments
 (0)