Skip to content

feat: allow for env variables in config paths #2070

feat: allow for env variables in config paths

feat: allow for env variables in config paths #2070

Workflow file for this run

name: Prettier
on: [pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
persist-credentials: false
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write .
commit_message: "style: prettify code"
github_token: ${{ secrets.SPICETIFY_GITHUB_TOKEN }}