1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-22 04:18:07 +00:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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