Skip to content

dorasto/github-links

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

🔗 My Links

Sign up Today!  See full changelog  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  Social Icon  

Example usage

name: Update Doras Links

on:
    schedule:
        - cron: "0 0 * * *" # Updates daily

env:
    DORAS_USERNAME: "your-username-here" # Set your username here for scheduled runs

jobs:
    update-readme:
        runs-on: ubuntu-latest
        steps:
            - uses: actions/checkout@v3

            - name: Generate Doras Links
              uses: dorasto/github-links@v1
              with:
                  username: ${{ env.DORAS_USERNAME }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published