Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
workflows, not worfklows, Stefanni
  • Loading branch information
stefannibrasil committed Mar 14, 2024
1 parent 1fe339f commit adca0f6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,17 @@
name: update-templates

on:
push:
branches:
- main
workflow_dispatch:

jobs:
update-templates:
permissions:
contents: write
pull-requests: write
pages: write
uses: thoughtbot/templates/.github/workflows/dynamic-readme.yaml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit adca0f6

Please sign in to comment.