From 2100e1feac19bbc1d488e254181d9ee89760c3c1 Mon Sep 17 00:00:00 2001 From: Xavier Metichecchia Date: Fri, 13 Sep 2024 13:07:17 -0400 Subject: [PATCH] PXBF-dev: Some small fixes on the hash pipeline 3 --- .github/workflows/increment_sub_hash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/increment_sub_hash.yml b/.github/workflows/increment_sub_hash.yml index a0358dc4c..c8704ee6f 100644 --- a/.github/workflows/increment_sub_hash.yml +++ b/.github/workflows/increment_sub_hash.yml @@ -48,7 +48,7 @@ jobs: --title "Automated PR from update-submodule-hash-${{ github.run_id }} to ${{ github.ref_name }}" \ --body "This PR is to update the hash on the usagov-2021 submodule on branch ${{ github.ref_name }}." \ --base ${{ github.ref_name }} \ - --head update-submodule-hash-${{ github.run_id }} \ + --head update-submodule-hash-$(echo ${{ github.sha }} | cut -c1-7)\ --repo ${{ github.repository }} \ --assignee scottqueen-bixal \ --reviewer scottqueen-bixal \