File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 run : |
6363 API_VERSION="${{ github.event.client_payload.api_version || inputs.api_version }}"
6464 mvn verify appassembler:assemble -Dutplsql-java-api.version="$API_VERSION"
65-
66- slack-workflow-status :
67- if : always()
68- name : Post Workflow Status To Slack
69- needs : [ build ]
70- runs-on : ubuntu-latest
71- steps :
72- - name : Slack Workflow Notification
73- uses : Gamesight/slack-workflow-status@master
74- with :
75- repo_token : ${{secrets.GITHUB_TOKEN}}
76- slack_webhook_url : ${{secrets.SLACK_WEBHOOK_URL}}
77- name : ' Github Actions[bot]'
78- icon_url : ' https://octodex.github.com/images/mona-the-rivetertocat.png'
Original file line number Diff line number Diff line change 6565
6666 - name : Build and Test
6767 run : mvn verify appassembler:assemble
68-
69- slack-workflow-status :
70- if : always()
71- name : Post Workflow Status To Slack
72- needs : [ build ]
73- runs-on : ubuntu-latest
74- steps :
75- - name : Slack Workflow Notification
76- uses : Gamesight/slack-workflow-status@master
77- with :
78- repo_token : ${{secrets.GITHUB_TOKEN}}
79- slack_webhook_url : ${{secrets.SLACK_WEBHOOK_URL}}
80- name : ' Github Actions[bot]'
81- icon_url : ' https://octodex.github.com/images/mona-the-rivetertocat.png'
Original file line number Diff line number Diff line change 3131 files : |
3232 target/utPLSQL-cli.zip
3333 target/utPLSQL-cli.zip.md5
34-
35- slack-workflow-status :
36- if : always()
37- name : Post Workflow Status To Slack
38- needs : [ release ]
39- runs-on : ubuntu-latest
40- steps :
41- - name : Slack Workflow Notification
42- uses : Gamesight/slack-workflow-status@master
43- with :
44- repo_token : ${{secrets.GITHUB_TOKEN}}
45- slack_webhook_url : ${{secrets.SLACK_WEBHOOK_URL}}
46- name : ' Github Actions[bot]'
47- icon_url : ' https://octodex.github.com/images/mona-the-rivetertocat.png'
You can’t perform that action at this time.
0 commit comments