Skip to content

Commit

Permalink
Merge pull request #1175 from Ana06/desc-new-package
Browse files Browse the repository at this point in the history
[new_package.yml] Improve PR description
  • Loading branch information
Ana06 authored Jan 10, 2025
2 parents 313a750 + f6d37cd commit e7eab51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/new_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
if: steps.test.outcome == 'success'
with:
title: ':robot: Add ${{env.pkg_name}}.vm'
body: 'Automated PR from ${{github.event.issue.html_url}} :rocket:'
add-paths: packages/*
commit-message: |
Add ${{env.pkg_name}}.vm
body: |
Automated package creation from ${{github.event.issue.html_url}} by [new_package.yml](https://github.com/mandiant/VM-Packages/blob/main/.github/workflows/new_package.yml). :rocket:
Closes ${{github.event.issue.html_url}}.
add-paths: packages/*
commit-message: 'Add ${{env.pkg_name}}.vm'
branch: package-${{env.pkg_name}}
committer: vm-packages <[email protected]>
author: vm-packages <[email protected]>
Expand Down

0 comments on commit e7eab51

Please sign in to comment.