Skip to content

Commit 1766077

Browse files
Update action.yml
1 parent b627c56 commit 1766077

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/auto-format/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: Install Gomplate
3131
shell: bash
3232
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
3434
chmod +x gomplate
3535
mv gomplate /usr/local/bin
3636
@@ -43,11 +43,10 @@ runs:
4343
-d metadata=metadata.json \
4444
-d dynamic=stdin:///dynamic.json \
4545
-o ABOUT.md
46-
continue-on-error: true
4746
4847
- name: Show git diff of unstaged changes
4948
id: git_diff
50-
continue-on-error: true
49+
working-directory: untrusted
5150
shell: bash
5251
run: |
5352
# Capture the diff output, ensuring to handle both absence and presence of changes

0 commit comments

Comments
 (0)