Skip to content

Merge pull request #215 from sprintertech/feat/add-sprinter-signer #357

Merge pull request #215 from sprintertech/feat/add-sprinter-signer

Merge pull request #215 from sprintertech/feat/add-sprinter-signer #357

name: Update docs addresses reminder

Check failure on line 1 in .github/workflows/update-addresses.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-addresses.yml

Invalid workflow file

(Line: 21, Col: 9): Too few parameters supplied: 'contains'. Located at position 1 within expression: contains(fromJSON(needs.detect.outputs.checked)), (Line: 22, Col: 5): Unexpected value 'uses', (Line: 23, Col: 5): Unexpected value 'with'
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
detect-update-addresses-checkbox:
runs-on: ubuntu-latest
outputs:
checked: ${{ steps.detect.outputs.checked }}
steps:
- uses: marocchino/checkbox-action@v1
id: detect
with:
action: 'detect'
validate-update-addresses-checkbox:
runs-on: ubuntu-latest
needs: detect
if: ${{ contains(fromJSON(needs.detect.outputs.checked)) }}
uses: actions/github-script@v3
with:
script: |
core.setFailed('Update adderesses checkbox not checked!')