Skip to content

Commit

Permalink
Ki/fix checkout code in workflow (#201)
Browse files Browse the repository at this point in the history
* chore: update runner tags, as self-hopsted runners are not available in mattrglobal

* chore: use script directly instead of reusable action

* chore: add checkout step to assurance workflow
  • Loading branch information
kirill-ivanov-mattr authored Jul 24, 2024
1 parent 73d5fa2 commit 6b59f26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github_clone_assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4

- name: mirror repo
shell: bash
run: |
Expand Down

0 comments on commit 6b59f26

Please sign in to comment.