Skip to content

Commit 0c6f742

Browse files
committed
Delete file from repo to ensure git status is clean
1 parent 32e499a commit 0c6f742

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/common_end.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
- name: "Copy Markdown File Back Into Workspace"
2222
run: |
2323
mv -f ./SASVIEW_publications.md ./publications.md
24-
file = 'SasView_linktitle.csl'
25-
if [ -f "$file" ] ; then
26-
rm "$file"
27-
fi
24+
rm -f SasView_linktitle.csl
2825
- name: "Commit And Push Any Changes to Github"
2926
run: |
3027
if [[ -n $(git status --porcelain) ]]; then

0 commit comments

Comments
 (0)