We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5c59d commit 30e0f0cCopy full SHA for 30e0f0c
.github/workflows/changelog-check.yml
@@ -6,9 +6,9 @@ on:
6
7
jobs:
8
check_changelog:
9
- uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@5af9094a52045afa865077e2ccfb854f41bb4789
+ uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@85fffce169c0fd35028ecde6b38dfb3f932882ec
10
with:
11
- action-sha: 5af9094a52045afa865077e2ccfb854f41bb4789
+ action-sha: 85fffce169c0fd35028ecde6b38dfb3f932882ec
12
base-branch: ${{ github.event.pull_request.base.ref }}
13
head-ref: ${{ github.head_ref }}
14
labels: ${{ toJSON(github.event.pull_request.labels) }}
0 commit comments