Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add demo workflow #872
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
base: main
Are you sure you want to change the base?
Add demo workflow #872
Changes from 19 commits
e0d4b39
75ae8d8
69cb6f0
9e0777a
9062468
2600a6f
2bbedb9
8a2c86e
63c62ca
1e55e9d
1fe7ffa
e838a8a
a80687a
1df005f
806317c
d27fceb
6b30d09
1471ae2
e77df1d
08673a8
a529cea
3031aa0
4f486b1
ef49fc9
09d0558
e0b4781
e1f5109
65608d2
c22cfb8
62a9a70
957aad4
3e92700
97ff562
6f1ce5b
4d84db3
f9d23b3
6cafabf
df2782a
07390f8
cb688d9
bddcb50
513c8e2
6c63877
81eb5ee
aa6599d
2047d8e
d859b4b
f161810
3d15df5
b868732
880c3e0
a1e2006
3195b0a
73a8c1b
67e5fff
5793749
1339e56
0ab6e38
3a0dccd
dedf76c
ce2bff7
bd5cafd
1856da7
33956c4
e7c8db4
d9245a4
dc6a905
f285b78
1dfde36
e2b8df7
729d283
7f1243a
14b38cf
2f932e3
100917d
ad6817f
d307e71
1879d87
de8ca40
7e23dd1
3c08575
e1031b2
203fbaf
1bd1584
96cfb63
ac16b12
1f92a8d
17ae449
615f847
78edd0c
83fcd04
d390e67
c04072c
8928fac
801f7b6
c6665c0
11795f4
14d310f
b82d65c
e969089
684b6fb
5f47cfc
d42fea5
7721fc7
84f4b76
575ad66
2a70a4d
7264ee4
0d02cb3
da46ff4
e3ba3ef
e95f61d
24049c6
2d5620b
cbf10fa
8f1a4c8
4c779f3
d292ec0
b5dc5d5
a030512
46aa861
96ff9a6
f5dd434
3824bf5
b2cf83f
40122a9
3f910fe
d75e637
bbce73a
a6c21c2
35f7c7f
a415ef0
9711a55
a9944b8
9ddbfdd
1a716c8
8f20f91
0c47963
f7038ff
157844b
6abb49b
3d35edf
e61fc8d
4201555
840284f
5fda476
63d9b9e
f4ac942
868569a
dc241ce
85cf37c
ff9e0ee
23c538c
aa63caf
afea056
98fb4d3
dd42afa
cb337cd
1015f73
837a22c
bfff424
c902286
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Shield your commands from the chaos of spaces and failures!
The shell commands need additional error handling and proper quoting:
Apply these improvements:
📝 Committable suggestion
🧰 Tools
🪛 actionlint (1.7.4)
20-20: shellcheck reported issue in this script: SC2086:info:2:28: Double quote to prevent globbing and word splitting
(shellcheck)
26-26: shellcheck reported issue in this script: SC2086:info:2:26: Double quote to prevent globbing and word splitting
(shellcheck)
26-26: shellcheck reported issue in this script: SC2086:info:2:96: Double quote to prevent globbing and word splitting
(shellcheck)
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.
Define
JOB_NAME
or derive it before useJOB_NAME
is never set, sojob_name=${JOB_NAME}
will be empty, leading to invalid branch names. For example, add at the top of this block:🤖 Prompt for AI Agents (early access)
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.
🛠️ Refactor suggestion
Improve variable preparation robustness!
The variable preparation step needs better error handling and validation.
📝 Committable suggestion
🧰 Tools
🪛 actionlint (1.7.4)
109-109: shellcheck reported issue in this script: SC2129:style:3:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects
(shellcheck)
109-109: shellcheck reported issue in this script: SC2086:info:3:30: Double quote to prevent globbing and word splitting
(shellcheck)
109-109: shellcheck reported issue in this script: SC2086:info:4:32: Double quote to prevent globbing and word splitting
(shellcheck)
109-109: shellcheck reported issue in this script: SC2086:info:5:63: Double quote to prevent globbing and word splitting
(shellcheck)
This file was deleted.