We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d683800 commit 129509fCopy full SHA for 129509f
.github/workflows/ci.yml
@@ -49,6 +49,9 @@ jobs:
49
setup-runner:
50
name: GitHub Actions Test create instance
51
runs-on: ubuntu-latest
52
+ outputs:
53
+ instance_id: ${{ steps.create-runner.outputs.instance_id }}
54
+ runner_name: ${{ steps.create-runner.outputs.runner_name }}
55
steps:
56
- name: Checkout
57
id: checkout
0 commit comments