Skip to content

Commit

Permalink
Merge pull request #440 from RalphHightower/RalphHightower-patch-75
Browse files Browse the repository at this point in the history
[docs](web): add filename to name
  • Loading branch information
RalphHightower authored Sep 12, 2024
2 parents 917f9f5 + 1384720 commit a534707
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/MetricsActions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Visit https://github.com/lowlighter/metrics#-documentation for full reference
name: Metrics
name: MetricsAction.yml — Metrics
on:
# Schedule updates (each hour)
schedule: [{cron: "0 0,6,12,18 * * *"}]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
name: jekyll-gh-pages.yml — Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the default branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# documentation.

# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll site to Pages
name: jekyll.yml — Deploy Jekyll site to Pages

on:
# Runs on pushes targeting the default branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
contents: write
pull-requests: write

name: release-please
name: release-please.yml — release-please

jobs:
release-please:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release. Copied from docs/recipes/ci-configurations/github-actions.md)
name: release.yml — Copied from docs/recipes/ci-configurations/github-actions.md)
on:
push:
branches: ["main", "_staging", "next", "master"]
Expand Down

0 comments on commit a534707

Please sign in to comment.