Skip to content

Commit

Permalink
Dependabot auto-merge: Fix step ID
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus authored Dec 3, 2024
1 parent 4b3fd8f commit 707a7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'typisttech/comver'
steps:
- name: Dependabot metadata
id: metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 707a7c2

Please sign in to comment.