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

Ability to add multiple environments #62

Open
khalilgharbaoui opened this issue Jul 12, 2021 · 0 comments
Open

Ability to add multiple environments #62

khalilgharbaoui opened this issue Jul 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@khalilgharbaoui
Copy link

khalilgharbaoui commented Jul 12, 2021

Currently, It's possible to optionally add a single environment.

- uses: actions/checkout@v2
- name: Create Sentry release
  uses: getsentry/action-release@v1
  env:
     . . .
  with:
    environment: production  #<<<

It would be great to be able to add multiple environments for example:

  with:
    environments: [production, staging]

Or:

  with:
    environments:
     - production
     - staging
     - ...

The only way to achieve this kind of behavior now is to have it all twice, which is a pain. Especially if you want to be specific.

@smeubank smeubank added the enhancement New feature or request label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants