Skip to content

add nativeToken configuration; #250

add nativeToken configuration;

add nativeToken configuration; #250

name: Update docs addresses reminder
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

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

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
script: |
core.setFailed('Update adderesses checkbox not checked!')