Browse Source

Merge pull request #734 from vector-im/misc/cjs/dont-delete-all-the-screenshots

Improve screenshot action error handling
julioromano/fixTallAndWidePreviews
Benoit Marty 1 year ago committed by GitHub
parent
commit
7c6bb7a45d
  1. 2
      .github/workflows/scripts/recordScreenshots.sh

2
.github/workflows/scripts/recordScreenshots.sh

@ -16,6 +16,8 @@ @@ -16,6 +16,8 @@
# limitations under the License.
#
set -e
TOKEN=$GITHUB_TOKEN
REPO=$GITHUB_REPOSITORY

Loading…
Cancel
Save