Skip to content

Bump vite from 5.2.8 to 5.4.6 (#33) #16

Bump vite from 5.2.8 to 5.4.6 (#33)

Bump vite from 5.2.8 to 5.4.6 (#33) #16

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