Moozonian
About 1,000,000 results
E-Book

GitHub Actions in Action

By Michael Kaufmann | Simon and Schuster
Released: Jan 7, 2025
Computers 254 pages ISBN: 9781638356530

Continuous integration and delivery for DevOps Michael Kaufmann. Listing 4.5 Testing an action in a local workflow name: Test Action on: [push] jobs: test: runs-on: ubuntu-latest steps: - name: Checkout repo ... out the repository first ...

E-Book

GitHub Actions Cookbook

By Michael Kaufmann | Packt Publishing Ltd
Released: Apr 30, 2024
Computers 250 pages ISBN: 9781835469149

... GitHub Actions workflows will not automatically download the code from your repository . If you want to do something with files in your repository , you have to check out the content first . This is done using a GitHub action a reusable ...

Physical

Learning GitHub Actions

By Brent Laster | "O'Reilly Media, Inc."
Released: Aug 17, 2023
Computers 414 pages ISBN: 9781098131043

... action . Note the way this is referenced . actions / checkout @ v3 refers to the relative path after github.com , so ... checking out the source from this repository since it is in this repository . Line 13 : The hyphen at the ...

Preview Free Preview
E-Book

Salesforce DevOps for Architects

By Rob Cowell, Lars Malmqvist | Packt Publishing Ltd
Released: Jan 31, 2024
Computers 260 pages ISBN: 9781837634231

... actions/checkout@v2 to check out the source code of the current repository. With GitHub Actions, it's possible to ... action from the actions repository, and v2 is the tag of the version you want to use. This checkout action checks ...

E-Book

Learning GitHub Actions

By Brent Laster | "O'Reilly Media, Inc."
Released: Aug 17, 2023
Computers 423 pages ISBN: 9781098131036

With this book, you will: Learn what GitHub Actions are, the various use cases for them, and how to incorporate them into your processes Understand GitHub Actions' structure, syntax, and semantics Automate processes and implement ...

Physical

Hands-on GitHub Actions

By Chaminda Chandrasekara, Pushpa Herath | Indie
Released: Feb 25, 2026
Application software ISBN: 9781484264652

This book will give you an in-depth idea of implementation patterns, solutions for different technology builds, guidelines to implement your own custom components as actions, and usage of features available with GitHub Actions workflows, to ...

Preview Free Preview