Skip to content

Commit

Permalink
Rebrand to Library Pals
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed May 11, 2024
1 parent c8ceb89 commit 6af9ae9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
documentation:
runs-on: macOS-latest
runs-on: ubuntu-latest
name: Write documentation
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotify-advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
spotify-to-yaml:
runs-on: macOS-latest
runs-on: ubuntu-latest
name: Save Spotify playlist and thumbnail
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
spotify-to-yaml:
runs-on: macOS-latest
runs-on: ubuntu-latest
name: Save Spotify playlist and thumbnail
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/katydecorah/spotify-to-yaml-action.git"
"url": "git+https://github.com/library-pals/spotify-to-yaml-action.git"
},
"bugs": {
"url": "https://github.com/katydecorah/spotify-to-yaml-action/issues"
"url": "https://github.com/library-pals/spotify-to-yaml-action/issues"
},
"homepage": "https://github.com/katydecorah/spotify-to-yaml-action#readme",
"homepage": "https://github.com/library-pals/spotify-to-yaml-action#readme",
"jest": {
"clearMocks": true,
"transformIgnorePatterns": [
Expand Down

0 comments on commit 6af9ae9

Please sign in to comment.