Skip to content

Commit 10f3e30

Browse files
authored
Update e2e.yml
1 parent 394b154 commit 10f3e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: hashicorp/setup-terraform@v3
3030
- name: Get changed files
3131
id: changed-files
32-
uses: tj-actions/changed-files@v34
32+
uses: tj-actions/changed-files@v46
3333
with:
3434
dir_names: "true"
3535
separator: ","
@@ -104,4 +104,4 @@ jobs:
104104
fi
105105
objectPath="github-action/${{github.repository}}/e2e/Action-${{github.run_number}}-${{github.run_id}}-${{ steps.set-job-id.outputs.jobId }}"
106106
curl -H "X-Fc-Invocation-Type:Async" -s https://example-ci-terrafoodule-ci-svrrwvrpnj.ap-southeast-1.fcapp.run/?branch=${{github.event.pull_request.head.ref}}\&repo_name=${{github.event.pull_request.head.repo.full_name}}\&oss_object_path=${objectPath}
107-
go run scripts/e2e_check.go ${objectPath}
107+
go run scripts/e2e_check.go ${objectPath}

0 commit comments

Comments
 (0)