WF
This commit is contained in:
parent
fce6272922
commit
cb46b60989
3
.github/workflows/move-to-main-repo.yaml
vendored
3
.github/workflows/move-to-main-repo.yaml
vendored
@ -22,6 +22,7 @@ jobs:
|
|||||||
id: list_issues
|
id: list_issues
|
||||||
run: |
|
run: |
|
||||||
echo "Filtering Issues with Label MigrationTest"
|
echo "Filtering Issues with Label MigrationTest"
|
||||||
|
gh issue list
|
||||||
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"
|
||||||
|
|
||||||
@ -61,7 +62,7 @@ jobs:
|
|||||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Create PR if files found
|
- name: Create PR if files found
|
||||||
if: ${{ env.files_found }} == "true"
|
if: env.files_found == 'true'
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
|
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user