diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index 28c1631..5962e97 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -11,6 +11,9 @@ jobs: fetch-dependabot-metadata: runs-on: ubuntu-latest if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} + # Map the step output to a job output for subsequent jobs + outputs: + dependency-type: ${{ steps.dependabot-metadata.outputs.dependency-type }} steps: - name: Fetch dependabot metadata id: dependabot-metadata