Skip to content

Commit a847b20

Browse files
committed
Utilize temp dir instead of workspace
1 parent 650be6b commit a847b20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sf_cli_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
SF_AUTOUPDATE_DISABLE: true
1212
NO_COLOR: '1'
1313
# Mock server's TLS cert/key pair.
14-
MOCK_SF_CERT_FILE: ${{ github.workspace }}/mock_sf_cert.pem
15-
MOCK_SF_KEY_FILE: ${{ github.workspace }}/mock_sf_key.pem
14+
MOCK_SF_CERT_FILE: ${{ runner.temp }}/mock_sf_cert.pem
15+
MOCK_SF_KEY_FILE: ${{ runner.temp }}/mock_sf_key.pem
1616

1717
steps:
1818
# ── Setup ─────────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)