-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): test start-stop aws instance #41
Conversation
4301ea9
to
639e694
Compare
639e694
to
57d3e5f
Compare
57d3e5f
to
9d2409e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be merged as is, don't know if it tests all you want though
The registered_runner workflow fails, I hope this is because there is no reference of it in |
No if it has the PR trigger it means something is really failing |
you need to checkout before calling a workflow from a workflow at least from what I read in the logs |
2e7e428
to
0b44a29
Compare
197d067
to
bba0c8f
Compare
bba0c8f
to
150d577
Compare
150d577
to
6ca7259
Compare
steps: | ||
- name: Runner registered | ||
run: | | ||
echo "Runner name: $ {{ inputs.runner-name }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this does not echo the runner name as $ is not next to {{ you have $ {{
vs ${{
No description provided.