This commit is contained in:
Michael Cade 2022-04-08 14:12:23 +01:00
parent 8dc2910079
commit 34a5939bce
2 changed files with 5 additions and 3 deletions

View File

@ -36,7 +36,7 @@ jobs:
# See https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
github_token: ${{ secrets.GITHUB_TOKEN }}
# (Optional) The files to publish. Default is "posts/**/*.md"
files: 'Days/**/day82.md'
files: 'Days/**/day75.md'
# (Optional) The git branch to use. Default is 'main'.
branch: main
# (Optional) Use conventional commit messages. Default is false.

View File

@ -1,11 +1,13 @@
---
title: "#90DaysOfDevOps - GitHub Actions Overview - Day 75"
title: '#90DaysOfDevOps - GitHub Actions Overview - Day 75'
published: false
description: "90DaysOfDevOps - GitHub Actions Overview"
description: 90DaysOfDevOps - GitHub Actions Overview
tags: "devops, 90daysofdevops, learning"
cover_image: null
canonical_url: null
---
## GitHub Actions Overview
In this section I wanted to move on and take a look at maybe a different approach to what we just spent time on. GitHub Actions is where we will focus on in this session.