Skip to content

Commit

Permalink
Managed by Terraform: Update notify-integration-release-via-manual gi…
Browse files Browse the repository at this point in the history
…thub workflow
  • Loading branch information
nywilken committed Sep 25, 2023
1 parent eb00f03 commit 500d54b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: make build-docs
- shell: bash
run: |
if [[ -z "$$(git status -s)" ]]; then
if [[ -z "$(git status -s)" ]]; then
echo "OK"
else
echo "Docs have been updated, but the compiled docs have not been committed."
Expand Down

0 comments on commit 500d54b

Please sign in to comment.