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
|
||||
env:
|
||||
TOKEN: ${{ steps.generate-token.outputs.token }}
|
||||
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
|
||||
run: |
|
||||
script_name="wf-test"
|
||||
target_repo="community-scripts/ProxmoxVE"
|
||||
@ -90,11 +90,8 @@ jobs:
|
||||
cp "ct/$script_name.sh" .
|
||||
cp "install/$script_name-install.sh" .
|
||||
cp "json/$script_name.json" .
|
||||
|
||||
git add .
|
||||
|
||||
git commit -m "$commit_message"
|
||||
|
||||
git remote add upstream https://github.com/${target_repo}.git
|
||||
git fetch upstream
|
||||
gh auth status
|
||||
|
Loading…
x
Reference in New Issue
Block a user