Skip to content

Commit 32e499a

Browse files
committed
Fix move command in common_end.yml
1 parent 596b9f7 commit 32e499a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/common_end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run-id: ${{ github.event.workflow_run.id }}
2121
- name: "Copy Markdown File Back Into Workspace"
2222
run: |
23-
mv -rf ./SASVIEW_publications.md ./publications.md
23+
mv -f ./SASVIEW_publications.md ./publications.md
2424
file = 'SasView_linktitle.csl'
2525
if [ -f "$file" ] ; then
2626
rm "$file"

0 commit comments

Comments
 (0)