Iterate on the script
This commit is contained in:
parent
1c58a39128
commit
38ffb88b7f
2 changed files with 17 additions and 11 deletions
6
.github/workflows/recordScreenshots.yml
vendored
6
.github/workflows/recordScreenshots.yml
vendored
|
|
@ -2,11 +2,6 @@ name: Record screenshots
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
param_branch:
|
||||
description: 'Branch to record the screenshots on'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
# Enrich gradle.properties for CI/CD
|
||||
env:
|
||||
|
|
@ -32,4 +27,3 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
|
||||
BRANCH: ${{ inputs.param_branch }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue