We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b17581 commit c55ad10Copy full SHA for c55ad10
.github/actions/utils/add-to-local-properties/action.yml
@@ -11,7 +11,7 @@ inputs:
11
runs:
12
using: composite
13
steps:
14
- - name: Touch local.properties
+ - name: Append to local.properties
15
shell: bash
16
run: |
17
echo "Running 'mkdir -p' for '${{inputs.working-directory}}'"
0 commit comments