Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

GitHub Action to push updates to your special profile repository.

License

NotificationsYou must be signed in to change notification settings

umutphp/github-action-dynamic-profile-page

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A GitHub action to push updates to your special profile repo.

Why?

GitHub announced a special repository (github_username/github_username) so that its README.md file will appear on your profile page. People liked it a lot and started using some static pages with fancy texts and images. This GitHub action helps you to add a section that is updated dynamically when you commit a repository that uses this action. A line per repository is added to the section and the lines are ordered from the newest to the oldest. You can see a sample execution inmy profile page.

Sample Profile Page

Please feel free to fork it or contribute to it.

Usage

You can add this action to any repository other than profile repository (special repository). This action will add a line for every repository (that the action is activated) to the README file of the special repository.

Follow the steps;

  • Create your special repository if not exists.
  • Add<!-- START gadpp --> add the end of the README.md file of the special repo.
  • Create a personal access tokenhere and set therepo permission.
  • Add the access token created in previous step to the repository (that uses this action) as a secret with nameAPI_TOKEN_GITHUB.
  • Create the YML file for the action under.github/workflows of the repository (the one which is not the special repository). You can use the sample given below. Please updateYOUR_GITHUB_USERNAME andEMAIL_USED_ON_GITHUB values.
  • Please do not forget to add checkout step before GADPP step in your pipeline.

Example YML File To Create A Workflow With This Action

name:Update GitHub Profile Pageon:[push]jobs:gadpp_job:runs-on:ubuntu-latestname:Update GitHub Profile Pagesteps:      -name:Checkoutuses:actions/checkout@v2      -name:GADPPuses:umutphp/github-action-dynamic-profile-page@v5id:gadppenv:API_TOKEN_GITHUB:${{ secrets.API_TOKEN_GITHUB }}GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}with:github-username:'YOUR_GITHUB_USERNAME'user-email:'EMAIL_USED_ON_GITHUB'

Users using this action

Please add a issue if you don't see your name on here, And We will add it.


[8]ページ先頭

©2009-2025 Movatter.jp