Skip to content

Commit

Permalink
fix path writing
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 15, 2024
1 parent fdbdc74 commit 1a5d865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

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

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

0 comments on commit 1a5d865

Please sign in to comment.