Skip to content

Commit 84bb913

Browse files
committed
ci: adapt the post merge validation job to track progress in a google sheet
1 parent b6d50da commit 84bb913

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/post-merge-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55
inputs:
66
repo:
7-
description: 'The repo owner/name to process (e.g. MetaMask/metamask-extension)''
7+
description: 'The repo owner/name to process (e.g. MetaMask/metamask-extension)'
88
required: true
99
type: string
1010
start_hour_utc:
@@ -57,4 +57,4 @@ jobs:
5757
REPO: ${{ inputs.repo }}
5858
GITHUB_TOKEN: ${{ secrets.github-token }}
5959
GOOGLE_APPLICATION_CREDENTIALS_BASE64: ${{ secrets.google-application-creds-base64 }}
60-
run: node .github/scripts/post-merge-validation-tracker.mjs
60+
run: node .github/scripts/post-merge-validation-tracker.mjs

0 commit comments

Comments
 (0)