Skip to content

Commit

Permalink
improved notify
Browse files Browse the repository at this point in the history
added gdal install
  • Loading branch information
jankovicgd committed Jan 25, 2023
1 parent 30e9f6f commit 71ab4cc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Slack Notify
uses: 8398a7/action-slack@v3.8.0
with:
status: ${{ needs.run.result }}
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Slack Notify
uses: 8398a7/action-slack@v3.8.0
with:
status: ${{ needs.run.result }}
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Slack Notify
uses: 8398a7/action-slack@v3.8.0
with:
status: ${{ needs.run.result }}
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -150,6 +150,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
apt-get install -y gdal-bin
python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v3
with:
Expand All @@ -165,7 +166,7 @@ jobs:
- name: Slack Notify
uses: 8398a7/action-slack@v3.8.0
with:
status: ${{ needs.run.result }}
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down Expand Up @@ -222,7 +223,7 @@ jobs:
- name: Slack Notify
uses: 8398a7/action-slack@v3.8.0
with:
status: ${{ needs.run.result }}
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -235,7 +236,7 @@ jobs:
- name: Slack Notify
uses: 8398a7/action-slack@v3.8.0
with:
status: ${{ needs.run.result }}
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
custom_payload: |
{
Expand Down

0 comments on commit 71ab4cc

Please sign in to comment.