mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
Update workflow
This commit is contained in:
parent
cac6b4ec59
commit
a11f282a43
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update-script-timestamp-on-sh-change.yml
generated
vendored
3
.github/workflows/update-script-timestamp-on-sh-change.yml
generated
vendored
|
|
@ -57,7 +57,8 @@ jobs:
|
|||
- name: Parse PR number from merge commit
|
||||
id: pr
|
||||
run: |
|
||||
if [[ "$COMMIT_MSG" =~ #([0-9]+) ]]; then
|
||||
re='#([0-9]+)'
|
||||
if [[ "$COMMIT_MSG" =~ $re ]]; then
|
||||
echo "number=${BASH_REMATCH[1]}" >> "$GITHUB_OUTPUT"
|
||||
else
|
||||
echo "number=" >> "$GITHUB_OUTPUT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue