We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fef39 commit 4fddc66Copy full SHA for 4fddc66
1 file changed
action.yaml
@@ -72,7 +72,7 @@ runs:
72
echo "ORGANISATION_URL=${{ github.event.organization.login }}" >> $GITHUB_ENV
73
echo "ORGANISATION_AVATAR=${{ github.event.organization.avatar_url }}" >> $GITHUB_ENV
74
75
- echo "ORGANIZATION_REPOS=${{ steps.get-repos.outputs.repos }}" >> $GITHUB_ENV
+ echo 'ORGANIZATION_REPOS=${{ steps.get-repos.outputs.repos }}' >> $GITHUB_ENV
76
77
echo "Installing PyYAML..."
78
pip install PyYAML
0 commit comments