diff --git a/.github/workflows/run_patch.yaml b/.github/workflows/run_patch.yaml index 6ef9381ea..76c3c3635 100644 --- a/.github/workflows/run_patch.yaml +++ b/.github/workflows/run_patch.yaml @@ -58,10 +58,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 - with: - token: ${{ secrets.PLAYER_GITHUB_BOT_TOKEN }} - ref: $ {{ needs.branch-name.outputs.branch-name }} + uses: actions/checkout@v3 + with: + token: ${{ secrets.PLAYER_GITHUB_BOT_TOKEN }} + ref: $ {{ needs.branch-name.outputs.branch-name }} # canary: # uses: kaltura/playkit-js-common/.github/workflows/canary_player.yaml@master # secrets: inherit