We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e499a commit 0c6f742Copy full SHA for 0c6f742
1 file changed
.github/workflows/common_end.yml
@@ -21,10 +21,7 @@ jobs:
21
- name: "Copy Markdown File Back Into Workspace"
22
run: |
23
mv -f ./SASVIEW_publications.md ./publications.md
24
- file = 'SasView_linktitle.csl'
25
- if [ -f "$file" ] ; then
26
- rm "$file"
27
- fi
+ rm -f SasView_linktitle.csl
28
- name: "Commit And Push Any Changes to Github"
29
30
if [[ -n $(git status --porcelain) ]]; then
0 commit comments