Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 in the minor group #2644

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 in the minor group

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 in the minor group #2644

Workflow file for this run

name: Formatting
on: pull_request
permissions:
contents: write
jobs:
format-code:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
- name: Format code
uses: ./.github/actions/format-code
with:
token: ${{ steps.app-token.outputs.token }}