From cf50afce8d9910f14e855c5ddd75f7f15dee3e41 Mon Sep 17 00:00:00 2001 From: Remco Vermeulen Date: Mon, 18 Sep 2023 16:15:23 -0700 Subject: [PATCH] Use inputs context instead of github event context --- .github/workflows/post-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 2ea46fbc7..867031256 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: ${{ github.event.inputs.ref }} + ref: ${{ inputs.ref }} - name: Install Python uses: actions/setup-python@v4 with: