Skip to content

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