Skip to content

Commit

Permalink
all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alanraju-aot committed Jan 29, 2024
1 parent ce5f445 commit 45871e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/robotframework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:

send-log-files:
runs-on: ubuntu-latest
needs: robot-framework
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -110,7 +111,7 @@ jobs:
env:
GOOGLE_CHAT_WEBHOOK: ${{ secrets.WEBHOOK_URL_HERE }}
run: |
MESSAGE="${{ github.workflow }} workflow failed on branch ${{ github.ref }}.Error Details:${{ job.status }}: ${{ job.name }}${{ job.steps[0].name }}: ${{ job.steps[0].outcome }}"
MESSAGE="${{ github.workflow }} job completed on branch ${{ github.ref }}.Error Details:${{ job.status }}: ${{ job.name }}${{ job.steps[0].name }}: ${{ job.steps[0].outcome }}, refer the following link for the logs http://robotframework-formsflow-logs.s3-website.ca-central-1.amazonaws.com/"
python - <<EOF
import requests
Expand Down

0 comments on commit 45871e1

Please sign in to comment.