Skip to content

Commit 3c71867

Browse files
committed
chore: added SHA
1 parent 7f7779f commit 3c71867

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
repository: MetaMask/github-tools
8181
# ref: ${{ inputs.github-tools-version }}
82-
ref: ${{ github.ref}}
82+
ref: ${{ github.sha}}
8383
path: github-tools
8484

8585
# Step 3: Setup environment from github-tools
@@ -107,6 +107,7 @@ jobs:
107107
echo "GitHub Tools Version: ${{ inputs.github-tools-version }}"
108108
echo "GitHub Action Ref: ${{ github.action_ref }}"
109109
echo "GitHub Ref: ${{ github.ref }}"
110+
echo "GitHub SHA: ${{ github.sha }}"
110111
echo "-------------"
111112
112113
# Step 5: Create Release PR

0 commit comments

Comments
 (0)