Browse Source

chore: synced local './' with remote 'docker/' (#81)

pull/83/head
Daniel Gibbs 4 weeks ago
committed by GitHub
parent
commit
2e91a9a691
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/action-prettier.yml

1
.github/workflows/action-prettier.yml

@ -30,3 +30,4 @@ jobs:
prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template" prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template"
prettier_options: --write . prettier_options: --write .
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
commit_message: "chore(prettier): format code"

Loading…
Cancel
Save