From 0b1bab396c9d221f9f35b21234542ea36dc141f9 Mon Sep 17 00:00:00 2001 From: hyiso Date: Sat, 15 Jul 2023 14:52:12 +0800 Subject: [PATCH] Update pr_commits.yml --- .github/workflows/pr_commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_commits.yml b/.github/workflows/pr_commits.yml index b9e4a46..4115298 100644 --- a/.github/workflows/pr_commits.yml +++ b/.github/workflows/pr_commits.yml @@ -18,4 +18,4 @@ jobs: run: dart pub get - name: Validate PR Commits - run: VERBOSE=true dart run commitlint_cli --from="${{ github.base_ref }}" --to="${{ github.head_ref }}" --config lib/commitlint.yaml \ No newline at end of file + run: VERBOSE=true dart run commitlint_cli --from="origin/${{ github.base_ref }}" --to="${{ github.head_ref }}" --config lib/commitlint.yaml