Skip to content

Commit

Permalink
chore: npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
janraasch committed Feb 7, 2024
1 parent 2aa8b43 commit 5e97d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Dependabot auto-merge
on:
pull_request:
branches:
- master
- master

permissions:
issues: write
Expand All @@ -29,7 +29,7 @@ jobs:
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Authenticate cli
run: echo "${{ steps.create_token.outputs.token }}" | gh auth login --with-token
Expand Down

0 comments on commit 5e97d3b

Please sign in to comment.