We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ae585 commit ca60889Copy full SHA for ca60889
4 files changed
scripts/format/format/update_readme.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
+set -e
3
4
DESCRIPTION="$(yq '.description' action.yml)"
5
export DESCRIPTION
scripts/super_linter/build/set_path.sh
npm ci
tag_name="$(yq '.jobs.build.steps[-1].uses' .github/workflows/super-linter.yml | sed -e 's;/slim@.*;:slim;g')"
src/detect_diff.sh
git add -A
src/push.sh
git config user.name "github-actions[bot]"
EMAIL="41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments