Skip to content

Commit

Permalink
Fix YAML comments (#16)
Browse files Browse the repository at this point in the history
* Fix YAML comments

Correct a branch name

* Fix a YAML comment
  • Loading branch information
sinsukehlab authored Oct 19, 2022
1 parent c0a13c9 commit c314ec3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/1-create-a-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Step 1, Create a workflow

# This step triggers after every push to emoji-workflow
# This step triggers after every push to welcome-workflow
# This step sets STEP to 2
# This step closes <details id=1> and opens <details id=2>

# This will run every time we push to emoji-workflow
# This will run every time we push to welcome-workflow
# Reference https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/2-add-a-job.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Step 2, Add a job

# This step triggers after every push to emoji-workflow
# This step triggers after every push to welcome-workflow
# This step sets STEP to 3
# This step closes <details id=2> and opens <details id=3>

# This will run every time we push to emoji-workflow
# This will run every time we push to welcome-workflow
# Reference https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/3-add-actions.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Step 3, Add actions

# This step triggers after every push to emoji-workflow
# This step triggers after every push to welcome-workflow
# This step sets STEP to 4
# This step closes <details id=3> and opens <details id=4>

# This will run every time we push to emoji-workflow
# This will run every time we push to welcome-workflow
# Reference https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/5-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Step 5, Trigger the workflow

# This step triggers after after every push to test-workflow
# This step triggers after we finish running "Post welcome comment"
# This step sets STEP to X
# This step closes <details id=5> and opens <details id=X>

Expand Down

0 comments on commit c314ec3

Please sign in to comment.