Skip to content

Commit 4ada81e

Browse files
authored
Remove unused step (#358)
The output of looking for metadata is never used in this workflow, so delete the step.
1 parent 14d75f3 commit 4ada81e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
- name: Check out code
1111
uses: actions/checkout@v3
1212

13-
- name: Fetch metadata
14-
id: metadata
15-
uses: ./
16-
1713
- name: Auto-merge
1814
run: gh pr merge --auto --merge '${{ github.event.pull_request.html_url }}'
1915
env:

0 commit comments

Comments
 (0)