File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
modules/runners/lambdas/scale-down/src Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v2
21
21
- name : " Fake zip files" # Validate will fail if it cannot find the zip files
22
22
run : |
23
- touch modules/agent /lambdas/webhook/webhook.zip
23
+ touch modules/webhook /lambdas/webhook/webhook.zip
24
24
touch modules/runners/lambdas/scale-runners/scale-runners.zip
25
- touch modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/runner-binaries-syncer.zip
25
+ touch modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/runner-binaries-syncer.zip
26
26
- name : " Terraform Format"
27
27
uses : hashicorp/terraform-github-actions@master
28
28
with :
Original file line number Diff line number Diff line change 1
- import { handle } from './cleanup-runners /handler' ;
1
+ import { handle } from './scale-down /handler' ;
2
2
3
3
module . exports . handler = async ( event : any , context : any , callback : any ) => {
4
4
const statusCode = await handle ( ) ;
Original file line number Diff line number Diff line change 1
- import { handle } from './cleanup-runners /handler' ;
1
+ import { handle } from './scale-down /handler' ;
2
2
3
3
handle ( ) . catch ( ( e ) => {
4
4
console . log ( e ) ;
You can’t perform that action at this time.
0 commit comments