From 9585ba14c4c1c25f960c0c3692ac38461ae8fd29 Mon Sep 17 00:00:00 2001 From: Donny Winston Date: Wed, 17 Jan 2024 13:14:53 -0500 Subject: [PATCH] try .sha --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 12f1eec2..b22f4bab 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.10' - ref: ${{ github.event.pull_request.head.ref }} + ref: ${{ github.event.pull_request.head.sha }} - name: Lint with flake8 and Reformat with black run: | make init-lint-and-black