springernature / halfpipe

CLI for interacting with halfpipe
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

actions - fix handling of '.' in watched-paths config #213

Closed robwhitby closed 10 months ago

robwhitby commented 1 year ago

setting watched path to . renders the wrong thing in the actions workflow:

triggers:
- type: git
  watched_paths:
  - .
"on":
  push:
    branches:
    - main
    paths:
    - .**     # this is no good
    - .github/workflows/ee-modernisation-cranetest.yml