Skip to content

DBD::mysql::st execute failed: Unknown column 'PRETTYVERSION' in 'field list' at /usr/share/perl5/vendor_perl/Apache/Ocsinventory/Server/Inventory/Software.pm line 64. #27

DBD::mysql::st execute failed: Unknown column 'PRETTYVERSION' in 'field list' at /usr/share/perl5/vendor_perl/Apache/Ocsinventory/Server/Inventory/Software.pm line 64.

DBD::mysql::st execute failed: Unknown column 'PRETTYVERSION' in 'field list' at /usr/share/perl5/vendor_perl/Apache/Ocsinventory/Server/Inventory/Software.pm line 64. #27

---
name: New issue
on:
issues:
types:
- opened
jobs:
chatmsg:
runs-on: ubuntu-latest
name: Issue chat message
steps:
- name: Rocket.Chat Notification
uses: RocketChat/Rocket.Chat.GitHub.Action.Notification@master
if: always()
with:
type: ${{ job.status }}
job_name: ${{ format('*New issue {0}* => {1}', github.event.issue.number, github.event.issue.title) }}
mention: "here"
mention_if: "failure"
channel: ${{ secrets.ROCKET_CHAT_ISSUE_CHAN }}
url: ${{ secrets.ROCKET_CHAT_ISSUE_HOOK }}