diff --git a/.github/workflows/test_chained_e2e.yml b/.github/workflows/test_chained_e2e.yml index 769abd97c4..f6a79d75ea 100644 --- a/.github/workflows/test_chained_e2e.yml +++ b/.github/workflows/test_chained_e2e.yml @@ -75,8 +75,7 @@ jobs: const path = require('path'); const temp = '${{ runner.temp }}/artifacts'; const repo_name = Number(fs.readFileSync(path.join(temp, 'repo_name'))); - core.setOutput('repo_name', repo_name);' - core: true + core.setOutput('repo_name', repo_name); - name: 'Output Input Repo Name' if: "${{ github.event_name != 'workflow_run' }}" id: 'output-input-repo-name'