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 b6d50da commit 84bb913Copy full SHA for 84bb913
1 file changed
.github/workflows/post-merge-validation.yml
@@ -4,7 +4,7 @@ on:
4
workflow_call:
5
inputs:
6
repo:
7
- description: 'The repo owner/name to process (e.g. MetaMask/metamask-extension)''
+ description: 'The repo owner/name to process (e.g. MetaMask/metamask-extension)'
8
required: true
9
type: string
10
start_hour_utc:
@@ -57,4 +57,4 @@ jobs:
57
REPO: ${{ inputs.repo }}
58
GITHUB_TOKEN: ${{ secrets.github-token }}
59
GOOGLE_APPLICATION_CREDENTIALS_BASE64: ${{ secrets.google-application-creds-base64 }}
60
- run: node .github/scripts/post-merge-validation-tracker.mjs
+ run: node .github/scripts/post-merge-validation-tracker.mjs
0 commit comments