We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7b547 commit 5bc6de4Copy full SHA for 5bc6de4
.github/workflows/dep-update.yaml
@@ -24,6 +24,7 @@ jobs:
24
# Reset jsonnetfile.lock.json if no dependencies were updated
25
changedFiles=$(git diff --name-only | grep -v 'jsonnetfile.lock.json')
26
if [[ $changedFiles == "" ]]; then
27
+ echo "There was nothing to update, the job will intentionally fail to avoid only commiting a lock file"
28
git checkout -- jsonnetfile.lock.json;
29
fi
30
make generate
0 commit comments