Skip to content

Commit

Permalink
Merge pull request #2308 from NikitaSkrynnik/fix-update-gomod
Browse files Browse the repository at this point in the history
Fix input parameter for update-dependent-repositories-gomod
  • Loading branch information
denis-tingaikin authored Nov 10, 2022
2 parents ad86518 + ff79aa2 commit e9e494d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-dependent-repositories-gomod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot' || github.event_name == 'push' }}
uses: networkservicemesh/.github/.github/workflows/update-dependent-repositories-gomod.yaml@main
with:
dependent_repositories: "integration-k8s-kind"
dependent_repositories: |
["integration-k8s-kind"]
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}

0 comments on commit e9e494d

Please sign in to comment.