Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GitHub Action to determine the number of days since the last commit.

License

Notifications You must be signed in to change notification settings

custom-workflows/days-since-last-commit

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

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-workflows/days-since-last-commit

GitHub Action to determine the number of days since the last commit.

Found a bug? 💁‍♀️

Thanks for letting us know! Please file an issue and we should reply shortly.

Example

Below you will find an example of how you can use this action.

name: "Commits"

on:
  workflow_dispatch:
  
jobs:
  commits:
    runs-on: "ubuntu-latest"
    
    steps:
      - name: "Checkout Repository"
        uses: "actions/checkout@v3"
        
      - name: "Fetch Days Since Last Commit"
        id: "commits"
        uses: "custom-workflows/days-since-last-commit@latest"
        
      - name: "Output Days Since Last Commit"
        run: echo ${{ steps.commits.outputs.days-since-last-commit }}

About

GitHub Action to determine the number of days since the last commit.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages