Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
move echo
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-langa committed Aug 26, 2024
1 parent 8d95b35 commit b24a210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/triggerWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- run: echo 'RUN ID is ${{ github.run_id }} --'
- name: Triggering regression e2e tests in e2e-test repository
run: |
echo 'RUN ID is ${{ github.run_id }} --'
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit b24a210

Please sign in to comment.