Skip to content

Commit d1f419f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: make build-docs
1919
- shell: bash
2020
run: |
21-
if [[ -z "$$(git status -s)" ]]; then
21+
if [[ -z "$(git status -s)" ]]; then
2222
echo "OK"
2323
else
2424
echo "Docs have been updated, but the compiled docs have not been committed."

0 commit comments

Comments
 (0)