Skip to content

Commit

Permalink
Update update.yml (#46)
Browse files Browse the repository at this point in the history
Update update.yml.
  • Loading branch information
seanturner authored Sep 20, 2024
1 parent 361b986 commit 8ffff84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Update generated files"
name: "Update Generated Files"
# This rule is not run automatically.
# It can be run manually to update all of the files that are part
# of the template, specifically:
Expand All @@ -20,13 +20,13 @@ on: workflow_dispatch

jobs:
build:
name: "Update files"
name: "Update Files"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: "Update generated files"
- name: "Update Generated Files"
uses: martinthomson/i-d-template@v1
with:
make: update-files
Expand Down

0 comments on commit 8ffff84

Please sign in to comment.