WF
This commit is contained in:
parent
55f8088ca7
commit
e52dd79bd5
5
.github/workflows/move-to-main-repo.yaml
vendored
5
.github/workflows/move-to-main-repo.yaml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create PR if files found
|
- name: Create PR if files found
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ steps.generate-token.outputs.token }}
|
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
|
||||||
run: |
|
run: |
|
||||||
script_name="wf-test"
|
script_name="wf-test"
|
||||||
target_repo="community-scripts/ProxmoxVE"
|
target_repo="community-scripts/ProxmoxVE"
|
||||||
@ -90,11 +90,8 @@ jobs:
|
|||||||
cp "ct/$script_name.sh" .
|
cp "ct/$script_name.sh" .
|
||||||
cp "install/$script_name-install.sh" .
|
cp "install/$script_name-install.sh" .
|
||||||
cp "json/$script_name.json" .
|
cp "json/$script_name.json" .
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
|
|
||||||
git commit -m "$commit_message"
|
git commit -m "$commit_message"
|
||||||
|
|
||||||
git remote add upstream https://github.com/${target_repo}.git
|
git remote add upstream https://github.com/${target_repo}.git
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
gh auth status
|
gh auth status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user