Skip to content

Commit

Permalink
Merge pull request #9 from SaschaMann/fix-filename
Browse files Browse the repository at this point in the history
Change orgnames -> orgnames.txt
  • Loading branch information
ViralBShah authored Nov 21, 2020
2 parents c065343 + a6c30e3 commit 326b99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [ main ]
paths:
- 'orgnames'
- 'orgnames.txt'
- 'logos/*'
- '.github/workflows/build-collection.yml'

Expand Down
2 changes: 1 addition & 1 deletion get_logos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rm -fr logos
mkdir -p logos
GH_USER=`cat github_user`
GH_TOKEN=`cat github_token`
for o in `cat orgnames`; do
for o in `cat orgnames.txt`; do
echo "Downloading $o.png";
# During CI runs, use a GitHub App token rather than a Personal Access Token
if [[ $CI = "true" ]]; then
Expand Down

0 comments on commit 326b99d

Please sign in to comment.