Skip to content

Commit 1a61155

Browse files
committed
dataconnect.yml: fix syntax error by quoting a string with single quotes
1 parent 71a4aea commit 1a61155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
force-avd-creation: false
155155
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
156156
disable-animations: true
157-
script: echo "Generated AVD snapshot for caching: event_name=${{ github.event_name }}, cache-matched-key=${{ steps.restore-avd-cache.outputs.cache-matched-key }}"
157+
script: 'echo "Generated AVD snapshot for caching: event_name=${{ github.event_name }}, cache-matched-key=${{ steps.restore-avd-cache.outputs.cache-matched-key }}"'
158158

159159
- name: Save AVD cache
160160
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2

0 commit comments

Comments
 (0)