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

Provide relevant output in GHA #1129

Open
yevgen-el8 opened this issue Dec 24, 2024 · 0 comments
Open

Provide relevant output in GHA #1129

yevgen-el8 opened this issue Dec 24, 2024 · 0 comments

Comments

@yevgen-el8
Copy link

I'm building a system where developers can enable GHA for publishing their APIs to readme.com. The process should be as automated as possible.

I couldn't find a way to push an openapi spec without going through create process first and saving the output ID. So, I assume it has to be a two step process:

  • create initial version and commit the ID in a separate file (first GHA workflow, run manually for the first time)
  • use the ID from the file and upload any changes using the ID (second GHA workflow run on each deployment)

I couldn't find any documentation about the GHA outputs to save the ID into the file.
Maybe, given my scenario, there is a better way to achieve this.

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

No branches or pull requests

1 participant