Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/upgrade-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ jobs:
strategy:
matrix:
repo: ${{ fromJson(needs.define-matrix.outputs.repos) }}
exclude:
- repo: bbolt
- repo: saml
- repo: dot-hugo
steps:
- name: Clone repo
uses: actions/checkout@v5
with:
repository: https://github.com/nspcc-dev/${{matrix.repo}}.git
token: ${{ GH_TOKEN }}
repository: nspcc-dev/${{matrix.repo}}
token: ${{ secrets.SAMI_GHACTION_UPGRADE_TOKEN }}

- name: Checkout upgrade-actions branch
run: git checkout -b upgrade-actions || git checkout upgrade-actions
Expand Down
Loading