Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Nov 15, 2024
1 parent f8f741c commit e3f80b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,13 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TEST_URL }}
MESSAGE: |
:islandora-logo: :hammer_and_wrench:
${{ github.actor }} started workbench ingest for __TITLE__
Items being ingested: __LINE_COUNT__
Google Sheet: __URL__
Workbench execution: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ steps.get-job-id.outputs.job_id }}#step:12:1
Workbench execution log: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ steps.get-job-id.outputs.job_id }}#step:12:1
URL: ${{ github.event.inputs.url }}

- name: transform google sheet
Expand Down
2 changes: 0 additions & 2 deletions scripts/slack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ escaped_message=$(echo "$MESSAGE" | jq -Rsa .)
curl -s -o /dev/null -XPOST "$SLACK_WEBHOOK_URL" -d '{
"text": '"$escaped_message"'
}'

exit 1

0 comments on commit e3f80b6

Please sign in to comment.