Skip to content
check-square

GitHub Action

“Fortune” for Git Things Done

v1.0.0 Latest version

“Fortune” for Git Things Done

check-square

“Fortune” for Git Things Done

Adds a fortune to your “Git Things Done” entry

Installation

Copy and paste the following snippet into your .yml file.

              

- name: “Fortune” for Git Things Done

uses: git-things-done/fortune@v1.0.0

Learn more about this action in git-things-done/fortune

Choose a version

“Fortune” for Git Things Done

Adds a fortune comment to your Git Things Done.

jobs:
  git-things-done:
    # [snip]…
    - uses: git-things-done/fortune@v1
      continue-on-error: true  # HTTP can be flakey

Examples in our CI Ticket.