-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c15791a
commit 161a6c2
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
matrix: ${{ steps.list.outputs.value }} | ||
steps: | ||
- name: 'Check out devops repo' | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4.0.0 | ||
- id: list | ||
name: 'List automerge repos' | ||
run: echo "value=$(cat test/automerge.json | tr -d '\n')" >> $GITHUB_OUTPUT | ||
|
@@ -24,6 +24,9 @@ jobs: | |
matrix: | ||
value: ${{fromJson(needs.list.outputs.matrix)}} | ||
steps: | ||
- name: 'Check Automerge Repo to Test' | ||
uses: actions/[email protected] | ||
|
||
- name: 'Automerge runtimeverification/${{ matrix.value }}' | ||
uses: ./ # This uses the action in the root directory | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters