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:
parent
ce4f058ec2
commit
e28f36ec6d
9
.github/workflows/close_issue_in_dev.yaml
vendored
9
.github/workflows/close_issue_in_dev.yaml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user