Skip to content

Commit

Permalink
Merge branch 'main' into test/state-machine/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson authored May 9, 2024
2 parents 993bf09 + c7f429b commit 3044635
Show file tree
Hide file tree
Showing 2,822 changed files with 31,876 additions and 19,320 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ body:
3. Scroll down to '....'
4. See error
validations:
required: false
required: true
- type: textarea
id: screenshots
attributes:
Expand Down Expand Up @@ -79,15 +79,15 @@ body:
attributes:
label: "Flutter Version"
description: "Please share which version of Flutter you're using (found using `flutter --version`)."
placeholder: "3.3.10"
placeholder: "3.19.3"
validations:
required: true
- type: input
id: amplify-version
attributes:
label: Amplify Flutter Version
description: "The version of the Amplify Flutter libraries you're currently using."
placeholder: "0.6.10"
placeholder: "1.7.0"
validations:
required: true
- type: dropdown
Expand All @@ -99,6 +99,7 @@ body:
options:
- Amplify CLI
- Amplify CLI + Custom Pipeline
- AWS CDK
- Custom Pipeline
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/composite_actions/fetch_backends/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:

- name: Undo any codegen changes from amplify pull
shell: bash
run: dart pub global run aft exec --include=${{ inputs.scope }} -- [ -d "lib/models" ] && git checkout lib/models/ || exit 0
run: dart pub global run aft exec --include=${{ inputs.scope }} -- [ -d "lib/models" ] && git checkout '**/lib/models/*' || exit 0

- name: Delete AWS profile
shell: bash
Expand Down
Loading

0 comments on commit 3044635

Please sign in to comment.