Workflow
This commit is contained in:
parent
f0f2a2e7e6
commit
68702bd004
2
.github/workflows/move-to-main-repo.yaml
vendored
2
.github/workflows/move-to-main-repo.yaml
vendored
@ -149,6 +149,7 @@ jobs:
|
|||||||
git push --no-thin origin "$branch_name"
|
git push --no-thin origin "$branch_name"
|
||||||
|
|
||||||
- name: Create Pull Request in ProxmoxVE
|
- name: Create Pull Request in ProxmoxVE
|
||||||
|
id: create_pull_request
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_MERGE_PAT }}
|
GITHUB_TOKEN: ${{ secrets.GH_MERGE_PAT }}
|
||||||
run: |
|
run: |
|
||||||
@ -163,6 +164,7 @@ jobs:
|
|||||||
echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT
|
echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Comment on Issue
|
- name: Comment on Issue
|
||||||
|
if: steps.create_pull_request.outputs.pr_number
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user