We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7779f commit 3c71867Copy full SHA for 3c71867
1 file changed
.github/workflows/create-release-pr.yml
@@ -79,7 +79,7 @@ jobs:
79
with:
80
repository: MetaMask/github-tools
81
# ref: ${{ inputs.github-tools-version }}
82
- ref: ${{ github.ref}}
+ ref: ${{ github.sha}}
83
path: github-tools
84
85
# Step 3: Setup environment from github-tools
@@ -107,6 +107,7 @@ jobs:
107
echo "GitHub Tools Version: ${{ inputs.github-tools-version }}"
108
echo "GitHub Action Ref: ${{ github.action_ref }}"
109
echo "GitHub Ref: ${{ github.ref }}"
110
+ echo "GitHub SHA: ${{ github.sha }}"
111
echo "-------------"
112
113
# Step 5: Create Release PR
0 commit comments