Skip to content

Commit

Permalink
Merge branch 'main' into fix/44295-wrong-title
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Aug 5, 2024
2 parents 1badc1f + 40a6c76 commit b9dfc66
Show file tree
Hide file tree
Showing 379 changed files with 6,789 additions and 16,171 deletions.
20 changes: 20 additions & 0 deletions .github/actions/composite/buildAndroidE2EAPK/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ inputs:
EXPENSIFY_PARTNER_PASSWORD_EMAIL:
description: The email address of the Expensify partner to use for the build
required: true
SLACK_WEBHOOK_URL:
description: 'URL of the slack webhook'
required: true

runs:
using: composite
Expand Down Expand Up @@ -75,6 +78,23 @@ runs:
env:
RUBYOPT: '-rostruct'

- name: Announce failed workflow in Slack
if: failure()
uses: 8398a7/action-slack@v3
with:
status: custom
custom_payload: |
{
channel: '#e2e-announce',
attachments: [{
color: 'danger',
text: `🚧 ${process.env.AS_REPO} E2E APK build run failed on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.workflow }}> workflow 🚧`,
}]
}
env:
GITHUB_TOKEN: ${{ github.token }}
SLACK_WEBHOOK_URL: ${{ inputs.SLACK_WEBHOOK_URL }}

- name: Upload APK
uses: actions/upload-artifact@v4
with:
Expand Down
12 changes: 0 additions & 12 deletions .github/actions/javascript/getReleaseBody/action.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/actions/javascript/getReleaseBody/getReleaseBody.ts

This file was deleted.

Loading

0 comments on commit b9dfc66

Please sign in to comment.