mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-22 08:18:08 +00:00
Update Workflow (#3171)
This commit is contained in:
parent
ce4f058ec2
commit
e28f36ec6d
7
.github/workflows/close_issue_in_dev.yaml
vendored
7
.github/workflows/close_issue_in_dev.yaml
vendored
@ -9,6 +9,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user