Skip to content

Merge branch 'master' of github.com:Wingysam/Christmas-Community #2

Merge branch 'master' of github.com:Wingysam/Christmas-Community

Merge branch 'master' of github.com:Wingysam/Christmas-Community #2

Workflow file for this run

on:
push:
branches:
- master
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Update README contributors
if: github.repository_owner == 'Wingysam'
steps:
- name: Update contributor list
uses: akhilmhdh/[email protected]
with:
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}