Skip to content

Commit

Permalink
fix: echo assignee login
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool authored Sep 12, 2023
1 parent 2270d82 commit 44b23c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
# github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
- name: echo
run: |
echo "${{ github.event.assignee }}"
echo "${{ github.event.assignee.login }}"

0 comments on commit 44b23c7

Please sign in to comment.