Skip to content
check-square

GitHub Action

“Forecast” for Git Things Done

v1.0.1 Latest version

“Forecast” for Git Things Done

check-square

“Forecast” for Git Things Done

Inserts today’s forecast into today’s entry.

Installation

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

              

- name: “Forecast” for Git Things Done

uses: git-things-done/[email protected]

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

Choose a version

“Forecast” for Git Things Done

An unsophisticated forecaster for GitTD. Possibly it only works in the US.

Fork, fix & improve!

jobs:
  git-things-done:
    # [snip]
    - uses: git-things-done/porter@v1
    - uses: git-things-done/weather@v1
      with:
        latitude: …   # https://www.latlong.net
        longitude: …  # use ^^ to get your coordinates
      continue-on-error: true
      # ^^ HTTP can be flakey, let’s not fail the whole job