You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.0' # The R version to download (if necessary) and use.
But it does not indicate where that code is supposed to go as far as indentation and parent. Does it go under jobs: built-deply: steps:? Or top level? More info is needed.
But it does not indicate where that code is supposed to go as far as indentation and parent. Does it go under jobs: built-deply: steps:? Or top level? More info is needed.
This shows an example of where this should be added. Did you see that ? Was it not helpful example ?
I think we assume that users using the GitHub actions in there project will know about how to set an action and how other actions can be used (they can only be used as a step within a job)
We can definitely make more example if this is not helpful enough. PR are welcome too !
Activity
jzadra commentedon Mar 22, 2023
cderv commentedon Mar 22, 2023
quarto-actions/examples/quarto-publish-example.yml
Lines 14 to 22 in 428de7a
This shows an example of where this should be added. Did you see that ? Was it not helpful example ?
I think we assume that users using the GitHub actions in there project will know about how to set an action and how other actions can be used (they can only be used as a step within a job)
We can definitely make more example if this is not helpful enough. PR are welcome too !