Skip to content

Commit

Permalink
Update self_runner_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christabone authored Jun 25, 2024
1 parent 69543db commit 18a5079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self_runner_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
runs-on: flysql26-dispatch
needs: setup
outputs:
uuid: ${{ steps.set_uuid.outputs.uuid }}
uuid: ${{ steps.start_dockerized_runner.outputs.uuid }}
steps:
- name: Start Dockerized Runner
id: set_uuid
id: start_dockerized_runner
env:
CREATE_RUNNER_TOKEN: ${{ secrets.CREATE_RUNNER_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 18a5079

Please sign in to comment.