Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Mar 21, 2023
1 parent 00d9383 commit fa4f052
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish-registry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish Registry

on:
push:
branches: [main]

jobs:
check-updated:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check if registry file was updated
id: check-updated
run: |
git diff --name-only HEAD^ HEAD | grep -q registry.json
echo "::set-output name=updated::$?"
3 changes: 3 additions & 0 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
{
"checksum": "A83r5/ZIcKuKwuAnQHHByVFCuofj7jGK5hOStmHY6A0="
}
],
"allowedSnapDomains": [
"https://consensys.github.io"
]
}

0 comments on commit fa4f052

Please sign in to comment.