Hi there!
It seems that the "do" command has stopped working in the 0.3.6 environment released today.
How should I change it? Or is there an upgrade guide?
this is the script we are using now.
Github Actions yml
- name: dagger run rubocop
uses: dagger/dagger-for-github@v3
with:
cmds: do rubocop
CUE
rubocop: {
run: bash.#Run & {
input: deps.output
workdir: "/srv"
script: contents: #"""
rubocop
"""#
}
}