Edits: print cli command output in run-cli step #295
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
test-github-action-workflow: | |
runs-on: ubuntu-latest | |
name: List screens | |
steps: | |
- uses: actions/checkout@v3 | |
- id: list-screens | |
uses: screenly/cli@fix-cli-action-output-print | |
with: | |
screenly_api_token: ${{ secrets.SCREENLY_API_TOKEN }} | |
cli_commands: screen list |