Bump micromatch from 4.0.5 to 4.0.8 (#32) #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" |