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

Introduce Calculate Namespace Action #6

Merged
merged 11 commits into from
Mar 12, 2021
Merged

Introduce Calculate Namespace Action #6

merged 11 commits into from
Mar 12, 2021

Conversation

cedricwider
Copy link
Contributor

This action provides a unified and centralized way of calculating deployment names in github actions.
Up until now, every project had to implement a way to calculate deployment names based on the appliation
name and branch name.

With this action, we now have a unified way, so you just can focus on your implementation of the action and
not think about creating/calculating deployment names and keeping them in sync.

cedricwider and others added 9 commits March 11, 2021 11:06
- Personalize action.yml
- Delete unnecessary files
- Skeleton main.ts
Somehow half of the function code went missing...
I just could NOT get it to run...
@cedricwider cedricwider merged commit 3cc1d27 into main Mar 12, 2021
@cedricwider cedricwider deleted the create-action branch March 12, 2021 12:32
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