From f802cb921afd9f38c5acfe996a0df4fd33369f48 Mon Sep 17 00:00:00 2001 From: lukasreussner Date: Tue, 29 Jun 2021 14:17:23 +0200 Subject: [PATCH 1/3] Fixed typo --- responses/05_explain-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/05_explain-actions.md b/responses/05_explain-actions.md index 4f8983e..8e292e3 100644 --- a/responses/05_explain-actions.md +++ b/responses/05_explain-actions.md @@ -2,7 +2,7 @@ Earlier you learned how the different pieces of the GitHub Actions feature work together. Now you will learn about the components that make up an individual action. -Remember, and action is the unit of work that a workflow file executes when it reaches that task. They are called by referencing them as the value to the `uses:` key in a workflow step. +Remember, an action is the unit of work that a workflow file executes when it reaches that task. They are called by referencing them as the value to the `uses:` key in a workflow step. ### What makes up an action? From 844896fb5c129938ba40722f1aac3cc55a8375fb Mon Sep 17 00:00:00 2001 From: lukasreussner Date: Tue, 29 Jun 2021 14:39:43 +0200 Subject: [PATCH 2/3] Fixed typo --- responses/07_update-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/07_update-files.md b/responses/07_update-files.md index ca5b0c5..9103a25 100644 --- a/responses/07_update-files.md +++ b/responses/07_update-files.md @@ -79,7 +79,7 @@ That was a lot of information that you just learned. @{{user.login}} it is time 3. Commit the changes to this branch and push them to GitHub: ```shell - git add main.js action.yml workflow.yml + git add main.js action.yml my-workflow.yml git commit -m 'allow input in all action files' git push ``` From 9e39aa778702d2829954f8b71468acac74386c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Reu=C3=9Fner?= Date: Tue, 29 Jun 2021 14:57:48 +0200 Subject: [PATCH 3/3] Fixed paths in git commands --- responses/07_update-files.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/responses/07_update-files.md b/responses/07_update-files.md index 9103a25..abd1087 100644 --- a/responses/07_update-files.md +++ b/responses/07_update-files.md @@ -79,7 +79,9 @@ That was a lot of information that you just learned. @{{user.login}} it is time 3. Commit the changes to this branch and push them to GitHub: ```shell - git add main.js action.yml my-workflow.yml + git add main.js action.yml + cd ../../workflows + git add my-workflow.yml git commit -m 'allow input in all action files' git push ``` pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy