3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 13:47:20 +00:00

Updated diff-sha.sh

This commit is contained in:
Tonye Jack 2022-11-03 09:04:38 -06:00
parent 06d1e2d093
commit 7b3e6ed2f5

View file

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