From 33565c9ffcae16db144e578e0bb6277a40d5a1a5 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 19 Nov 2024 13:39:10 -0500 Subject: [PATCH] fix actionlint Signed-off-by: William Woodruff --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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