File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
.github/actions/auto-format Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 30
30
- name : Install Gomplate
31
31
shell : bash
32
32
run : |
33
- curl -o gomplate -Ls https://github.com/hairyhenderson/gomplate/releases/download/v3.11.7/gomplate_linux-arm64 -slim
33
+ curl -o gomplate -Ls https://github.com/hairyhenderson/gomplate/releases/download/v3.11.7/gomplate_linux-amd64 -slim
34
34
chmod +x gomplate
35
35
mv gomplate /usr/local/bin
36
36
@@ -43,11 +43,10 @@ runs:
43
43
-d metadata=metadata.json \
44
44
-d dynamic=stdin:///dynamic.json \
45
45
-o ABOUT.md
46
- continue-on-error : true
47
46
48
47
- name : Show git diff of unstaged changes
49
48
id : git_diff
50
- continue-on-error : true
49
+ working-directory : untrusted
51
50
shell : bash
52
51
run : |
53
52
# Capture the diff output, ensuring to handle both absence and presence of changes
You can’t perform that action at this time.
0 commit comments