Update diff-sha.sh

This commit is contained in:
Tonye Jack 2023-01-18 17:05:21 -07:00 committed by GitHub
parent c54e638a31
commit 82b26d6c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -exuo pipefail
INITIAL_COMMIT="false" INITIAL_COMMIT="false"
GITHUB_OUTPUT=${GITHUB_OUTPUT:-""} GITHUB_OUTPUT=${GITHUB_OUTPUT:-""}