diff --git a/.github/workflows/external.yml b/.github/workflows/external.yml index 8476f38959..c243a454d5 100644 --- a/.github/workflows/external.yml +++ b/.github/workflows/external.yml @@ -29,9 +29,9 @@ jobs: - name: Export GitHub Actions cache environment variables uses: actions/github-script@v7 with: - script: | - core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); - core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); + script: | + core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); + core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - name: Cloning vcpkg main branch (windows) shell: 'bash'