Skip to content

Commit c55ad10

Browse files
committed
fix: update step name
1 parent 0b17581 commit c55ad10

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/utils/add-to-local-properties

1 file changed

+1
-1
lines changed

.github/actions/utils/add-to-local-properties/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
runs:
1212
using: composite
1313
steps:
14-
- name: Touch local.properties
14+
- name: Append to local.properties
1515
shell: bash
1616
run: |
1717
echo "Running 'mkdir -p' for '${{inputs.working-directory}}'"

0 commit comments

Comments
 (0)