Skip to content

Commit

Permalink
remove override of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 4, 2024
1 parent 6de39fb commit cb928b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/did_kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@october
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ jobs:

- name: 📦 Install Dependencies
run: |
if grep -q 'path: ../../../didkit/lib/flutter' pubspec.yaml; then
sed -i 's|path: ../../../didkit/lib/flutter|git:\n url: https://github.com/spruceid/didkit.git\n path: lib/flutter|' pubspec.yaml
fi
flutter pub global activate very_good_cli
very_good packages get --recursive --ignore=${{inputs.package_get_excludes}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oidc4vc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@october
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down

0 comments on commit cb928b2

Please sign in to comment.