Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoSWD committed Mar 16, 2024
1 parent 7f35687 commit d30dd16
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/update-calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ jobs:
with:
image: ghcr.io/sportclimbing/ifsc-calendar:latest
options: -v ${{ github.workspace }}:/app
run: |
ifsc-calendar \
--season 2024 \
--league "World Cups and World Championships" \
--league "Games" \
--league "IFSC Paraclimbing" \
--output "/app/${{ env.CALENDAR_FILE_ICS }}" \
--format "ics,json"
run: ifsc-calendar \
--season 2024 \
--league "World Cups and World Championships" \
--league "Games" \
--league "IFSC Paraclimbing" \
--output "/app/${{ env.CALENDAR_FILE_ICS }}" \
--format "ics,json"

- name: "Setup PHP"
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit d30dd16

Please sign in to comment.