Skip to content

Commit 2555ae8

Browse files
committed
IN quotes
1 parent 8cae779 commit 2555ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./.github/actions/setup_test_action
4242
- name: Set Artifact Name
4343
run: |
44-
echo ${{ matrix.gradle_tasks }} >> $ARCHIVE_KEY
44+
echo "${{ matrix.gradle_tasks }}" >> $ARCHIVE_KEY
4545
- name: Apply Android licenses
4646
run: ./gradlew ciSdkManagerLicenses
4747
- name: Run Android Instrumented Tests

0 commit comments

Comments
 (0)