Skip to content

Commit 3f260b7

Browse files
committed
Fix name fields
1 parent 3a7bf6b commit 3f260b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ runs:
8787
echo "::set-output name=compare_state::compatible"
8888
fi
8989
shell: bash
90-
- name: Check file existence
90+
- name: "Check file existence"
9191
id: check_files
9292
uses: andstor/file-existence-action@v1
9393
with:
9494
files: ".tmp"
95-
- name: "Change folder own group"
95+
- name: "Post: Change folder own group"
9696
if: steps.check_files.outputs.files_exists == 'true'
9797
run: sudo chown -R $USER:$USER .tmp
9898
shell: bash
99-
- name: "Remove .tmp directory"
99+
- name: "Post: Remove .tmp directory"
100100
if: steps.check_files.outputs.files_exists == 'true'
101101
run: rm -fr .tmp
102102
shell: bash

0 commit comments

Comments
 (0)