Skip to content

Commit

Permalink
ci: update littlepay switch syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Dec 6, 2024
1 parent 0d70615 commit be39dc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: Run littlepay to get access token
run: |
littlepay switch env ${{ matrix.env }}
littlepay switch participant ${{ matrix.participant }}
littlepay switch -e ${{ matrix.env }} -p ${{ matrix.participant }}
- name: Report failure to Slack
if: always()
Expand Down

0 comments on commit be39dc0

Please sign in to comment.