EF
This commit is contained in:
parent
37b864d1cb
commit
b283296e60
3
.github/workflows/move-to-main-repo.yaml
vendored
3
.github/workflows/move-to-main-repo.yaml
vendored
@ -22,8 +22,9 @@ jobs:
|
|||||||
id: list_issues
|
id: list_issues
|
||||||
run: |
|
run: |
|
||||||
echo "Filtering Issues with Label MigrationTest"
|
echo "Filtering Issues with Label MigrationTest"
|
||||||
gh issue list
|
|
||||||
gh issue list --label "MigrationTest"
|
gh issue list --label "MigrationTest"
|
||||||
|
|
||||||
script_name=$(gh issue list --label "MigrationTest" --json title --jq '.[0].title')
|
script_name=$(gh issue list --label "MigrationTest" --json title --jq '.[0].title')
|
||||||
echo "Found script name: $script_name"
|
echo "Found script name: $script_name"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user