diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 2d00cc2a..263af134 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -12,7 +12,7 @@ jobs: # NOTE: Needed to push to the repository. contents: write outputs: - auto-pr-ref: '${{ steps.commit.auto-pr-ref }}' + auto-pr-ref: ${{ steps.commit.outputs.auto-pr-ref }} steps: - name: Check out this repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4