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 d47929f commit 44a036eCopy full SHA for 44a036e
.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@fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
+ uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@c0ec1c3ac914eed3db9e840a1e363e9099e81b95
10
with:
11
- action-sha: fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
+ action-sha: c0ec1c3ac914eed3db9e840a1e363e9099e81b95
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