Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lianbenjamin committed Jan 23, 2024
1 parent bb4e25b commit d4b3f66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4b3f66

Please sign in to comment.