[PR #485] [MERGED] Add "Getting the Gist of GitHub Actions" to tutorials section #9941

Closed
opened 2026-06-03 14:50:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/485
Author: @br3ndonland
Created: 9/13/2020
Status: Merged
Merged: 9/20/2020
Merged by: @sdras

Base: masterHead: br3ndonland/gist


📝 Commits (1)

  • 3accf7e Add tutorial "Getting the Gist of GitHub Actions"

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

I'd like to add "Getting the Gist of GitHub Actions" to the tutorials section. It's a Gist with a GitHub Actions tutorial, example workflows, and pro tips.

The tutorial demonstrates how to:

  • Use context and expression syntax
  • Use secrets to keep workflows secure
  • Run shell and Python script blocks
  • Run external shell and Python scripts
  • Set up build matrices (the example spins up 27 virtual machines in parallel)

The Gist also contains information on current limitations of GitHub Actions, and how to work around those limitations.

I will keep the Gist updated as new GitHub Actions features are released.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/485 **Author:** [@br3ndonland](https://github.com/br3ndonland) **Created:** 9/13/2020 **Status:** ✅ Merged **Merged:** 9/20/2020 **Merged by:** [@sdras](https://github.com/sdras) **Base:** `master` ← **Head:** `br3ndonland/gist` --- ### 📝 Commits (1) - [`3accf7e`](https://github.com/sdras/awesome-actions/commit/3accf7ebf8d8f64d18e8803848a9fa0e6684494a) Add tutorial "Getting the Gist of GitHub Actions" ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description I'd like to add "[Getting the Gist of GitHub Actions](https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6)" to the tutorials section. It's a Gist with a GitHub Actions tutorial, example workflows, and pro tips. The tutorial demonstrates how to: - Use context and expression syntax - Use secrets to keep workflows secure - Run shell and Python script blocks - Run external shell and Python scripts - Set up build matrices (the example spins up 27 virtual machines in parallel) The Gist also contains information on current limitations of GitHub Actions, and how to work around those limitations. I will keep the Gist updated as new GitHub Actions features are released. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-03 14:50:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#9941