Skip to content

Commit

Permalink
connectors-ci: fix typo in observability report (airbytehq#24113)
Browse files Browse the repository at this point in the history
* connectors-ci: fix typo in observability report

* connectors-ci: fix typo in observability report
  • Loading branch information
alafanechere authored and adriennevermorel committed Mar 17, 2023
1 parent f613522 commit e140002
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,9 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.STATUS_API_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.STATUS_API_AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: "us-east-2"
- name: Extract branch name
shell: bash
if: github.event_name == 'workflow_dispatch'
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- name: Report Observability
if: always()
run: ./tools/status/report_observability.sh ${{ github.event.inputs.connector }} ${{github.run_id}} ${{ needs.start-test-runner.outputs.pipeline-start-timestamp }} ${{ steps.extract_branch.outputs.branch }} ${{ github.sha }} ${{steps.test.outcome}} ${{steps.qa_checks.outcome}}
run: ./tools/status/report_observability.sh ${{ github.event.inputs.connector }} ${{github.run_id}} ${{ needs.start-test-runner.outputs.pipeline-start-timestamp }} ${{ github.event.inputs.gitref }} ${{ github.sha }} ${{steps.test.outcome}} ${{steps.qa_checks.outcome}}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.STATUS_API_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.STATUS_API_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit e140002

Please sign in to comment.