File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 strategy :
2424 matrix :
25- utplsql-version : [develop, v3.1.13 ]
25+ utplsql-version : [develop, v3.1.14, v3.2.2 ]
2626
2727 services :
2828 oracle :
6464 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6565 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
6666
67- slack-workflow-status :
68- if : always()
69- name : Post Workflow Status To Slack
70- needs : [ build ]
71- runs-on : ubuntu-latest
72- steps :
73- - name : Slack Workflow Notification
74- uses : Gamesight/slack-workflow-status@master
75- with :
76- # Required Input
77- repo_token : ${{secrets.GITHUB_TOKEN}}
78- slack_webhook_url : ${{secrets.SLACK_WEBHOOK_URL}}
79- # Optional Input
80- name : ' Github Actions[bot]'
81- icon_url : ' https://octodex.github.com/images/mona-the-rivetertocat.png'
82-
You can’t perform that action at this time.
0 commit comments