Skip to content

Commit 19c187a

Browse files
authored
Modify Genesis Test Action to Use Correct Repository (#429)
Genesis test is failing with: `Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/aws-otel-python-instrumentation/aws-otel-python-instrumentation/.github/workflows/actions/execute_and_retry'. Did you forget to run actions/checkout before running your local action?` Added correct repository for `action/checkout`
1 parent e1893e1 commit 19c187a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-ec2-genesis-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
timeout-minutes: 30
3636
steps:
3737
- uses: actions/checkout@v4
38+
with:
39+
repository: 'aws-observability/aws-application-signals-test-framework'
40+
ref: ${{ inputs.caller-workflow-name == 'main-build' && 'main' || github.ref }}
41+
fetch-depth: 0
3842

3943
- name: Set Get ADOT Wheel command environment variable
4044
run: |

0 commit comments

Comments
 (0)