fix payload branch

This commit is contained in:
Elbakyan Shirak 2024-06-10 13:50:49 +04:00 committed by GitHub
parent 51da919481
commit 32cd15b991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
strategy: strategy:
matrix: matrix:
platform: [linux/amd64] platform: [linux/amd64]
branch: ${{ github.event.client_payload.branches }} branch: ${{ toJson(github.event.client_payload.branches) }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3