Skip to content
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

docs: uds runner #168

Merged
merged 1 commit into from
Nov 7, 2023
Merged

docs: uds runner #168

merged 1 commit into from
Nov 7, 2023

Conversation

UncleGedd
Copy link
Collaborator

@UncleGedd UncleGedd commented Nov 6, 2023

Adds docs/runner.md for the UDS runner feature

docs/runner.md Outdated
- name: foo
actions:
- cmd: |
ARCH=$(uname -m)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you indent the actual shell commands to the same indentation as the |, does the syntax issue go away?

Also maybe you can update this to be cmd: uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/'

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call, I didn't see that it was jacked, fixing now

@UncleGedd UncleGedd force-pushed the runner-docs branch 4 times, most recently from 2d2ff88 to f5c13b0 Compare November 6, 2023 19:43
@UncleGedd
Copy link
Collaborator Author

TIL Github hates <style>

docs/runner.md Outdated
tasks:
- name: foo
actions:
- cmd: uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now that #160 is merged, maybe we should do some different example so ppl aren't confused and try to use that somewhere vs the built-in env variable?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 good call, will update

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated with echo -n 'dHdvIHdlZWtzIG5vIHByb2JsZW0=' | base64 -d

@UncleGedd UncleGedd merged commit 30d356e into main Nov 7, 2023
3 checks passed
@UncleGedd UncleGedd deleted the runner-docs branch November 7, 2023 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants