Results for github actions · 1.634s

Sponsored
Sponsored Partners
azure.github.io/k8s-gh-action-toolkit

Kubernetes GitHub Action Toolkit | k8s-gh-action-toolkit

Automate Kubernetes workflows using GitHub Actions. Kubernetes GitHub Action Toolkit ? A collection of GitHub Actions to streamline Kubernetes deployments, security, and automation. ? View Documentation

stackoverflow.com/questions/72101452/in-a-github-action-how-to-conditionalize-a-step-based-off-the-previous-steps-ou

In a GitHub Action how to conditionalize a step based off the previous ...

May 3, 2022 · How to fail a job in GitHub Actions? GitHub Actions - trigger another action after one action is completed Without relying on another GitHub action is there a way in step smoking to set an …

stackoverflow.com/questions/70104600/complete-list-of-github-actions-contexts

Complete list of github actions contexts - Stack Overflow

Nov 25, 2021 · However, other than the first two (github.ref and github.sha) I cannot find the other four in any of the github actions documentation. My question is this: Is there any place where the full list of …

stackoverflow.com/questions/72101452/in-a-github-action-how-to-conditionalize-a-step-based-off-the-previous-steps-ou

In a GitHub Action how to conditionalize a step based off the previous ...

May 3, 2022 · How to fail a job in GitHub Actions? GitHub Actions - trigger another action after one action is completed Without relying on another GitHub action is there a way in step smoking to set an …

stackoverflow.com/questions/70104600/complete-list-of-github-actions-contexts

Complete list of github actions contexts - Stack Overflow

Nov 25, 2021 · However, other than the first two (github.ref and github.sha) I cannot find the other four in any of the github actions documentation. My question is this: Is there any place where the full list of …

www.reddit.com/r/learnprogramming/comments/1dondk5/github_actions_certification_study_guide

GitHub actions certification study guide.

Hi, Just before I go on, I'm sure this post probably belongs on r/github but the engagement on that subreddit is really low compared to this one. Anyway, I recently signed up for the GitHub actions...

techcommunity.microsoft.com/blog/azuredevcommunityblog/study-guide-github-actions-certification/4194955

Study guide: GitHub Actions certification | Microsoft Community Hub

Jul 18, 2024 · GitHub Actions uses YAML files called workflows to define the steps and triggers for your automation. You can run workflows on GitHub-hosted runners or on your own self-hosted runners. …

arxiv.org/abs/2206.14118v3

GitHub Actions: The Impact on the Pull Request Process

Software projects frequently use automation tools to perform repetitive activities in the distributed software development process. Recently, GitHub introduced GitHub Actions, a feature providing automated workflows for software projects. Understandi...

www.reddit.com/r/devops/comments/1po92bm/pricing_changes_for_github_actions

Pricing changes for GitHub Actions

* On **January 1, 2026**, you will receive up to a 39% reduction in the net price of GitHub-hosted runners. * On **March 1, 2026**, we are introducing a new **$0.002 per-minute GitHub Actions cloud...

techcommunity.microsoft.com/blog/azuredevcommunityblog/study-guide-github-actions-certification/4194955

Study guide: GitHub Actions certification | Microsoft Community Hub

Jul 18, 2024 · GitHub Actions uses YAML files called workflows to define the steps and triggers for your automation. You can run workflows on GitHub-hosted runners or on your own self-hosted runners. …

github.com/sethvargo/go-githubactions

sethvargo/go-githubactions

Go SDK for GitHub Actions - easily author GitHub Actions in Go (⭐ 514)

www.reddit.com/r/devsecops/comments/1rdg7dt/github_actions_permission_scoping_how_are_you

GitHub Actions permission scoping how are you enforcing it at scale?

I’ve been spending time looking at GitHub Actions workflows and one thing that keeps coming up is permission scoping. A lot of workflows define permissions at the top level instead of per job. That...

stackoverflow.com/questions/77161818/workflow-not-showing-up-in-github-actions

Workflow not showing up in GitHub Actions - Stack Overflow

Sep 23, 2023 · I am doing a continuous integration workflow in GitHub Actions to trigger "pytest backend/tests/" command on a push to any branch. Right now, I am testing in a feature branch. …

stackoverflow.com/questions/62045478/what-is-uses-directive-in-github-actions-used-for

What is "uses" directive in github actions used for?

May 27, 2020 · Below is from the GitHub Actions documentation regarding uses (ie jobs. {job_id}.steps.uses) keyword Selects an action to run as part of a step in your job. An action is a …

stackoverflow.com/questions/77161818/workflow-not-showing-up-in-github-actions

Workflow not showing up in GitHub Actions - Stack Overflow

Sep 23, 2023 · I am doing a continuous integration workflow in GitHub Actions to trigger "pytest backend/tests/" command on a push to any branch. Right now, I am testing in a feature branch. …

stackoverflow.com/questions/62045478/what-is-uses-directive-in-github-actions-used-for

What is "uses" directive in github actions used for?

May 27, 2020 · Below is from the GitHub Actions documentation regarding uses (ie jobs. {job_id}.steps.uses) keyword Selects an action to run as part of a step in your job. An action is a …

www.reddit.com/r/AZURE/comments/1pkc73d/trying_to_setup_github_actions_terraform_azure

Trying to setup github actions + terraform + azure, need help with auth

I've been dipping my feet into github actions and azure for the first time. What's in front of me now is using Terraform to manage Azure resources, such as Azure policies and other things, mostly to ...

Sponsored