Skip to content

Commit

Permalink
update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY committed Oct 29, 2023
1 parent 5ebe9be commit d2b123a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Dart

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
workflow_dispatch:

jobs:
Expand All @@ -19,23 +19,23 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.PAT_ORG }}
submodules: recursive
token: ${{ secrets.PAT_ORG }}
submodules: recursive

- uses: dart-lang/setup-dart@v1
with:
sdk: '3.1.4'
sdk: "3.1.4"

- uses: subosito/flutter-action@v2.11.0
with:
flutter-version: '3.13.3'
flutter-version: "3.13.8"

- name: setup credentials for namidaco
run: git config --global url.https://${{ secrets.PAT_ORG }}@github.com/namidaco/.insteadOf https://github.com/namidaco/

- name: setup credentials for MSOB7YY
run: git config --global url.https://${{ secrets.PAT }}@github.com/MSOB7YY/.insteadOf https://github.com/MSOB7YY/

- name: Install dependencies
run: flutter pub get

Expand Down

0 comments on commit d2b123a

Please sign in to comment.