File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ COPY entrypoint.sh /
5353# hadolint ignore=DL3008
5454RUN set -eux ;\
5555 apt-get update -y ;\
56- apt-get install --no-install-recommends -y \
57- git ;\
5856 chmod +x /entrypoint.sh /usr/bin/format-hcl /usr/bin/fmt.sh /usr/bin/terragrunt-fmt.sh ;\
5957 apt-get clean ;\
6058 rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 22phony : help
33
44# Release tag for the action
5- VERSION := v0.3.3
5+ VERSION := v0.3.4
66
77# GitHub Actions bogus variables
88GITHUB_REF ?= refs/heads/null
Original file line number Diff line number Diff line change 5050fi
5151
5252# Run main action
53- /usr/bin/format-hcl " ${LIST} ${WRITE} ${IGNORE} ${DIFF} ${CHECK} ${RECURSIVE} ${DIR} "
53+ touch /tmp/time_compare
54+ /usr/bin/format-hcl ${LIST} ${WRITE} ${IGNORE} ${DIFF} ${CHECK} ${RECURSIVE} ${DIR}
5455RET_CODE=$?
5556
5657# List of changed files
57- touch /tmp/time_compare
5858FILES_CHANGED=$( find . -newer /tmp/time_compare -type f)
5959
6060# Info about changed files
You can’t perform that action at this time.
0 commit comments