Update Workflow (#3171)

This commit is contained in:
Michel Roegl-Brunner
2025-03-18 10:03:10 +01:00
committed by GitHub
parent ce4f058ec2
commit e28f36ec6d

View File

@ -8,7 +8,14 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
steps:
- name: Checkout target repo (main)
uses: actions/checkout@v4
with:
repository: community-scripts/ProxmoxVE
ref: main
token: ${{ secrets.GITHUB_TOKEN }}
- name: Extract and Process PR Title
id: extract_title
run: |