Skip to content

Commit

Permalink
Fixed yamllinter issues
Browse files Browse the repository at this point in the history
Signed-off-by: Tigran Manasyan <manasyan_tigran@mail.ru>
  • Loading branch information
Tigran Manasyan authored and tigrulya-exe committed Sep 28, 2020
1 parent b008e19 commit 65a49e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-for-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}
BRANCH_PREFIX: "update/"
PULL_REQUEST_BRANCH: "master"
PULL_REQUEST_BRANCH: "master"
4 changes: 2 additions & 2 deletions .github/workflows/update-dependent-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-dependent-repositories:
strategy:
matrix:
repository: [cmd-exclude-prefixes-k8s]
repository: [ cmd-exclude-prefixes-k8s ]
name: Update ${{ matrix.repository }}
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
git add go.mod go.sum
git commit -s -F /tmp/commit-message
git checkout -b update/${{ github.repository }}
git push -f origin update/${{ github.repository }}
git push -f origin update/${{ github.repository }}

0 comments on commit 65a49e8

Please sign in to comment.