Skip to content

Get the weather forecast every morning

Notifications You must be signed in to change notification settings

git-things-done/forecast

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

“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