Skip to content

New optional input: frozen-environments-file #69

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

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

glasser
Copy link
Member

@glasser glasser commented Jun 10, 2024

If given, this file should contain a list like

- staging
- prod

and all track and promote commands will ignore blocks whose names exactly match one of these entries. (You can still promote from one of these environments, just not to it.)

If given, this file should contain a list like

```
- staging
- prod
```

and all track and promote commands will ignore blocks whose names
exactly match one of these entries. (You can still promote *from* one of
these environments, just not to it.)
@glasser glasser requested a review from jsegaran June 10, 2024 20:27
@glasser
Copy link
Member Author

glasser commented Jun 10, 2024

I did this as a file rather than as an inline list so that it's easy to pass the same file to multiple workflows that use this action.

@glasser glasser merged commit 95fa2bd into main Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants