Relative Content

Tag Archive for githubgithub-actions

Github release generating multiple action workflows instead of one

we have a GitHub action which is below, setup to run the deployment step for a release. However whenever we create a release it creates 3 GitHub actions jobs rather than one. I’m not clear if it’s a GitHub bug or incorrect logic in the GitHub action (most likely)

gitlba action to run autoamtically and manully with set vars?

is it possible to have a github action deploy to dev environment every time main is pushed to and then have a manual option that has a list of environment to choose from to deploy too using one job? My idea would be that there logic to pass to say if push to main then env is dev and if manual trigger then use what input was passed (test, dev, prod, etc…)

Github action – Get last merged PR in main

Is it possible to get the last merged PR on the main branch inside a workflow? I want to run test coverage during commit, and fail the PR check if the test coverage is going down. For that I need the coverage from the last merged PR in main.

Github Actions Job Summary displayed in separate Job

I currently have a workflow which calls a custom Action which creates a Job Summary by writing to the GITHUB_STEP_SUMMARY variable. My goal is to display this markdown text not in the Workflow summary but rather in a seperate job which only contains said text.

Github Actions Job Summary displayed in seperate Job

I currently have a workflow which calls a custom Action which creates a Job Summary by writing to the GITHUB_STEP_SUMMARY variable. My goal is to display this markdown text not in the Workflow summary but rather in a seperate job which only contains said text.