Browse Source

Update bundel.yml

pull/9/head
abfedena 4 years ago
committed by GitHub
parent
commit
06ea2267ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/bundel.yml

4
.github/workflows/bundel.yml

@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: react-medium-editor@1.8.1
- uses: docker-parse-image@3.0.1
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.SECRET_TOKEN }}
strict: true strict: true
threshold: 500 threshold: 500
ignore-dev-dependencies: true ignore-dev-dependencies: true
Loading…
Cancel
Save