mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
Fix YAML indent syntax error
This commit is contained in:
parent
cb0390e613
commit
4dfed825fd
@ -19,14 +19,14 @@ jobs:
|
||||
- name: Compare files
|
||||
id: diff
|
||||
run: |
|
||||
echo "Comparing golden reference file against Archimajor.RUL"
|
||||
diff -u reference_file.txt Archimajor.RUL || true
|
||||
echo "Comparing golden reference file against Archimajor.RUL"
|
||||
diff -u reference_file.txt Archimajor.RUL || true
|
||||
|
||||
- name: Save diff to file
|
||||
if: steps.diff.outcome != 'success'
|
||||
run: |
|
||||
echo "Saving diff to file"
|
||||
diff -u reference_file.txt Archimajor.RUL > diff.txt
|
||||
echo "Saving diff to file"
|
||||
diff -u reference_file.txt Archimajor.RUL > diff.txt
|
||||
|
||||
- name: Show file contents
|
||||
run: cat Archimajor.RUL
|
||||
|
Loading…
Reference in New Issue
Block a user