Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donggook-me authored Nov 17, 2023
1 parent 0a14f44 commit 5fbfdd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
https://api.github.com/orgs/Google-DSC-Kookmin/members | jq -r '.[] | .login' | sed 's/ /_/g')
# Set members as an environment variable
echo "GDSC_MEMBERS=$members" >> $GITHUB_ENV
echo "GDSC_MEMBERS<<EOF" >> $GITHUB_ENV
echo "$members">>$GITHUB_ENV
echo "EOF">>$GITHUB_ENV
shell: bash

- name: Fetch commit history for each member
Expand Down

0 comments on commit 5fbfdd8

Please sign in to comment.