Skip to content

Fix IdentityOf tuple introduced in v1.2.0 (#24) #8

Fix IdentityOf tuple introduced in v1.2.0 (#24)

Fix IdentityOf tuple introduced in v1.2.0 (#24) #8

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 }}"