Skip to content

Bump braces from 3.0.2 to 3.0.3 (#26) #10

Bump braces from 3.0.2 to 3.0.3 (#26)

Bump braces from 3.0.2 to 3.0.3 (#26) #10

Workflow file for this run

name: Mention fellows
on:
push:
branches:
- main
jobs:
mention-fellows:
runs-on: ubuntu-latest
timeout-minutes: 10
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 }}"