Skip to content

README GitHub Activity - Tabulated

Actions
Add your recent activity to your profile readme! This time, in a table
v2.0.1
Latest
Star (1)

Tabulated Recent Activity

This GitHub Action is a fork of recent-activity by Readme-Workflows.
It is nearly identical, with the only difference being that the recent activity data is tabulated.

This GitHub Action can also be found on the marketplace.

Preview

image

To Use

  1. Create a .github/workflows/update-readme.yml file in your Username/Username repository
  2. Paste the following into the newly created file:
name: Update README

on:
  schedule:
    - cron: '*/30 * * * *' # Update every 30 minutes
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    name: Update Profile README

    steps:
      - uses: actions/checkout@v3
      #
      # "{version}" is a placeholder and should be replaced with the latest release of recent-activity
      - uses: Bonfire/recent-activity@{version}
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  1. Replace the {version} above with the latest version of this workflow
  2. In your README file, add the following code:
<table align="center">
  <tbody>
  <!--RECENT_ACTIVITY:start-->
  <!--RECENT_ACTIVITY:end-->
  </tbody>
</table>

Note

All rights (except for the data tabulation) go to the original, forked repository.

README GitHub Activity - Tabulated is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Add your recent activity to your profile readme! This time, in a table
v2.0.1
Latest

README GitHub Activity - Tabulated is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.