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

add possibility to use defaults inside of composite actions #836

Open
igagis opened this issue Nov 29, 2020 · 1 comment · May be fixed by #1803
Open

add possibility to use defaults inside of composite actions #836

igagis opened this issue Nov 29, 2020 · 1 comment · May be fixed by #1803
Assignees
Labels
Actions Feature Feature requires both runner, pipelines service and launch changes enhancement New feature or request

Comments

@igagis
Copy link

igagis commented Nov 29, 2020

Describe the enhancement
Add the defaults: option to the composite actions

Code Snippet

runs:
  using: "composite"
  defaults:
    run:
      shell: bash
  steps:
    - run: echo "bla bla 1"
    - run: echo "bla bla 2"
    - run: echo "bla bla 3"
@igagis igagis added the enhancement New feature or request label Nov 29, 2020
@nikola-jokic nikola-jokic added the Actions Feature Feature requires both runner, pipelines service and launch changes label Mar 16, 2022
@thboop
Copy link
Collaborator

thboop commented Mar 21, 2022

We should support both shell and working directory, like we do for job defaults

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Feature Feature requires both runner, pipelines service and launch changes enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants