This commit is contained in:
Michel Roegl-Brunner 2025-03-11 12:53:39 +01:00
parent 55f8088ca7
commit e52dd79bd5

View File

@ -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