Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

liamg/github-profile-terminal-action

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-profile-terminal-action

This is the code that generates my profile README.md, including the terminal gif.

You can use it to automatically create your GitHub profile README by adding a GitHub action to your profile repository.

Here's an example config that updates every 4 hours:

name: auto-update

on:
  workflow_dispatch:
  schedule:
    - cron:  0 */4 * * *

jobs:
  build:
    name: auto update
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@master
    - uses: liamg/github-profile-terminal-action@main
      with:
        feed_url: https://www.liam-galvin.co.uk/feed.xml
        twitter_username: liam_galvin
        theme: dark
        token: ${{ secrets. GITHUB_TOKEN }}

About

Create a GitHub profile README nested inside a terminal nested inside a GIF

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.