CI: another try at notification on build
This commit is contained in:
parent
c5729b861f
commit
5643c5cdc7
7
.github/workflows/ci-neon.yml
vendored
7
.github/workflows/ci-neon.yml
vendored
@ -75,11 +75,14 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
JOBS_CONTEXT: ${{ toJSON(job) }}
|
JOBS_CONTEXT: ${{ toJSON(job) }}
|
||||||
STEPS_CONTEXT: ${{ toJSON(steps) }}
|
STEPS_CONTEXT: ${{ toJSON(steps) }}
|
||||||
|
EVENT_CONTEXT: ${{ toJSON(github.event) }}
|
||||||
run: |
|
run: |
|
||||||
echo "STEPS"
|
echo "STEPS"
|
||||||
echo "$STEPS_CONTEXT"
|
echo "$STEPS_CONTEXT"
|
||||||
echo "JOB"
|
echo "JOB"
|
||||||
echo "$JOBS_CONTEXT"
|
echo "$JOBS_CONTEXT"
|
||||||
|
echo "EVENT"
|
||||||
|
echo "$EVENT_CONTEXT"
|
||||||
- name: "notify"
|
- name: "notify"
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
if: always()
|
if: always()
|
||||||
@ -88,8 +91,8 @@ jobs:
|
|||||||
channel: "#calamares"
|
channel: "#calamares"
|
||||||
nickname: gh-notify
|
nickname: gh-notify
|
||||||
message: |
|
message: |
|
||||||
${{ github.actor }} $${ github.sha }} on ${{ github.ref }}
|
${{ github.actor }} ${{ github.sha }} on ${{ github.ref }}
|
||||||
result ${{ steps.checkout.conclusion }} - ${{ steps.checkout.outcome }} - ${{ job.status }} RUN ${{ github.run_id }} ${{ github.job_id }}
|
result ${{ job.status }} RUN ${{ github.run_id }} ${{ github.job }}
|
||||||
|
|
||||||
# Unused while we figure out notifications.
|
# Unused while we figure out notifications.
|
||||||
# - name: "Calamares: make"
|
# - name: "Calamares: make"
|
||||||
|
Loading…
Reference in New Issue
Block a user