We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596b9f7 commit 32e499aCopy full SHA for 32e499a
1 file changed
.github/workflows/common_end.yml
@@ -20,7 +20,7 @@ jobs:
20
run-id: ${{ github.event.workflow_run.id }}
21
- name: "Copy Markdown File Back Into Workspace"
22
run: |
23
- mv -rf ./SASVIEW_publications.md ./publications.md
+ mv -f ./SASVIEW_publications.md ./publications.md
24
file = 'SasView_linktitle.csl'
25
if [ -f "$file" ] ; then
26
rm "$file"
0 commit comments