Skip to content

Commit

Permalink
Move scripts/update.sh to bin. (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>

Signed-off-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>
  • Loading branch information
dblock authored Oct 11, 2022
1 parent f96c134 commit ec3fe3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.github_app_token.outputs.token }}
run: |
npm install -g meta
./scripts/update.sh
./bin/check-repos.sh
echo REPOS_ADDED=$(git diff --unified=0 .gitignore | grep '+/' | cut -f2 -d'/' | paste -sd ',' - | sed "s/,/, /g" | sed 's/\(.*\),/\1 and/') >> $GITHUB_ENV
- name: Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ meta project import new-repo git@github.com:opensearch-project/new-repo.git
Meta stores a list of repositories in [.meta](.meta). You can bulk update this file from the opensearch-project org as follows.

```
./scripts/update.sh
./bin/check-repos.sh
```

### Create or Update Labels in All Repos
Expand Down
File renamed without changes.

0 comments on commit ec3fe3e

Please sign in to comment.