Skip to content

Commit de2e4c4

Browse files
committed
feat(button): data not exposed
1 parent f8c4a03 commit de2e4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-appsettings-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}" | base64 -d > temp_appsettings.json
8080
echo "=== DECODED APPSETTINGS CONTENT ==="
8181
cat temp_appsettings.json
82-
- name: Print unmasked decoded secret
82+
- name: Print unmasked decoded secret2
8383
run: |
8484
echo "${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}" > temp_appsettings.json
8585
echo "=== DECODED APPSETTINGS CONTENT ==="

0 commit comments

Comments
 (0)