Skip to content

Commit

Permalink
Fix push-to-fig-autocomplete-action
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed May 30, 2024
1 parent d5a1eaf commit c1a9145
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build and Release

on:
push:
branches:
Expand Down Expand Up @@ -26,5 +28,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
autocomplete-spec-name: aws
spec-path: export/ts/aws.ts
specs-folder-path: export/ts/aws
spec-folder-path: export/ts/aws
pr-body: Automated PR for latest AWS CLI release
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Lint

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
lint:
Expand Down

0 comments on commit c1a9145

Please sign in to comment.