Skip to content

feat: bump version of connectivity_plus, device_info_plus, package_info_plus #1140

feat: bump version of connectivity_plus, device_info_plus, package_info_plus

feat: bump version of connectivity_plus, device_info_plus, package_info_plus #1140

Workflow file for this run

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_lints
on:
push:
branches:
- main
- stable
paths:
- '.github/workflows/amplify_lints.yaml'
- '.github/workflows/dart_vm.yaml'
- 'packages/amplify_lints/**/*.dart'
- 'packages/amplify_lints/**/*.yaml'
- 'packages/amplify_lints/lib/**/*'
- 'packages/amplify_lints/test/**/*'
pull_request:
paths:
- '.github/workflows/amplify_lints.yaml'
- '.github/workflows/dart_vm.yaml'
- 'packages/amplify_lints/**/*.dart'
- 'packages/amplify_lints/**/*.yaml'
- 'packages/amplify_lints/lib/**/*'
- 'packages/amplify_lints/test/**/*'
schedule:
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: read
# Cancels in-progress job when there is another push to same ref.
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/dart_vm.yaml

Check failure on line 42 in .github/workflows/amplify_lints.yaml

View workflow run for this annotation

GitHub Actions / amplify_lints

Invalid workflow file

The workflow is not valid. In .github/workflows/amplify_lints.yaml (Line: 42, Col: 11): Error from called workflow aws-amplify/amplify-flutter/.github/workflows/dart_vm.yaml@683237c94b99af1324a620943cb94662e3c12bda (Line: 30, Col: 18): Unrecognized named-value: 'package-name'. Located at position 2 within expression: (package-name == 'amplify_analytics_pinpoint') && '3.0.1' || 'NONE'
secrets: inherit
with:
package-name: amplify_lints
working-directory: packages/amplify_lints