Skip to content

Commit 4fddc66

Browse files
authored
Fill github env with single quotes
1 parent 01fef39 commit 4fddc66

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)