Skip to content

Commit

Permalink
Put all args on same line in discover weekly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboa88 committed Nov 13, 2024
1 parent 1d5ff93 commit e1f13fc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/archive-discover-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,7 @@ jobs:
SPOTIFY_REFRESH_TOKEN: ${{ secrets.SPOTIFY_REFRESH_TOKEN }}
run: >
echo "SPOTIFY_PLAYLIST_ID=$(
python scripts/get-playlist-id.py
"$SPOTIFY_CLIENT_ID" "$SPOTIFY_CLIENT_SECRET"
"$SPOTIFY_ACCESS_TOKEN" "$SPOTIFY_REFRESH_TOKEN"
'Discover Weekly'
'Découvertes de la semaine'
'Découvertes hebdomadaires'
'Descubrimiento semanal'
'Descobertas da Semana'
'Descubrimiento semanal'
'اكتشف هذا الأسبوع'
'Открытиях недели'
python scripts/get-playlist-id.py "$SPOTIFY_CLIENT_ID" "$SPOTIFY_CLIENT_SECRET" "$SPOTIFY_ACCESS_TOKEN" "$SPOTIFY_REFRESH_TOKEN" 'Discover Weekly' 'Découvertes de la semaine' 'Découvertes hebdomadaires' 'Descubrimiento semanal' 'Descobertas da Semana' 'Descubrimiento semanal' 'اكتشف هذا الأسبوع' 'Открытиях недели'
)" >> $GITHUB_ENV
- name: Copy playlist
Expand Down

0 comments on commit e1f13fc

Please sign in to comment.