Skip to content

Commit

Permalink
DOC: format comments in YAML as Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed May 25, 2022
1 parent 934dec9 commit 22c27c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
schedule:
- cron: '42 5 5 * *'
# The 'release' job creates an empty Github
# (draft) release before the 'publish' job
# The `release` job creates an empty Github
# (draft) release before the `publish` job
# below builds and uploads installers into
# the release.
#
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
draft: false
prerelease: true
# Remember the release URL and ID so
# the runners executing 'publish' below
# the runners executing `publish` below
# know where to upload assets.
- name: Output Release URL and ID File
run: |
Expand Down Expand Up @@ -75,8 +75,8 @@ jobs:
INSTALLER: tlaps-1.5.0-x86_64-linux-gnu-inst.bin
DOWNLOADS: tlaps-1.5.0-x86_64-linux-gnu
steps:
# See "Output Release URL and
# ID File" of 'release' job above.
# Read "Output Release URL and
# ID File" of `release` job above.
- name: Load Release URL File from release job
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit 22c27c2

Please sign in to comment.