Skip to content

Added summary to action and fixed exit error (#17) #1

Added summary to action and fixed exit error (#17)

Added summary to action and fixed exit error (#17) #1

Workflow file for this run

name: Mention fellows
on:
push:
branches:
- main
jobs:
mention-fellows:
runs-on: ubuntu-latest
steps:
- uses: paritytech/get-fellows-action@main
id: fellows
- name: Mention them
run: |
echo "The fellows are $FELLOWS"
env:
# the handles of the fellows separated by commas
FELLOWS: ${{ steps.fellows.outputs.github-handles }}"