Skip to content

Commit ada4633

Browse files
authored
Add missing "
1 parent 3eef317 commit ada4633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
echo "ORGANISATION_URL=${{ github.event.organization.login }}" >> $GITHUB_ENV
7373
echo "ORGANISATION_AVATAR=${{ github.event.organization.avatar_url }}" >> $GITHUB_ENV
7474
75-
echo "ORGANIZATION_REPOS=${{ steps.get-repos.outputs.repos }} >> $GITHUB_ENV
75+
echo "ORGANIZATION_REPOS=${{ steps.get-repos.outputs.repos }}" >> $GITHUB_ENV
7676
7777
echo "Installing PyYAML..."
7878
pip install PyYAML

0 commit comments

Comments
 (0)