Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 15, 2024
1 parent 69b9fd7 commit 4f1cfce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ecosystem_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:

- name: Read repository list
id: repos
run: |
echo "${{ github.event.inputs.repos_file }}" >> $REPOSITORIES_FILE
run: export REPOSITORIES_FILE="${{ github.event.inputs.repos_file }}"

- name: Setup Dart
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down

0 comments on commit 4f1cfce

Please sign in to comment.