Remove unused step (#358)

The output of looking for metadata is never used in this workflow, so
delete the step.
This commit is contained in:
Jeff Widman
2023-05-17 10:49:26 -07:00
committed by GitHub
parent 14d75f3862
commit 4ada81eca0

View File

@@ -10,10 +10,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Fetch metadata
id: metadata
uses: ./
- name: Auto-merge
run: gh pr merge --auto --merge '${{ github.event.pull_request.html_url }}'
env: