Changeset 18064 in josm for trunk


Ignore:
Timestamp:
2021-07-18T13:17:36+02:00 (3 years ago)
Author:
Don-vip
Message:

GitHub Actions : disable step jwgmeligmeyling/spotbugs-github-action

Always fails with error message "TypeError: Cannot read property 'sourcepath' of undefined"
See https://github.com/jwgmeligmeyling/spotbugs-github-action/issues/15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/spotbugs-analysis.yml

    r18057 r18064  
    3636        path: spotbugs-josm.xml
    3737
    38     - uses: jwgmeligmeyling/spotbugs-github-action@master
    39       with:
    40         path: '**/spotbugs-josm.xml'
     38    # Disable step, always failing with error message
     39    # TypeError: Cannot read property 'sourcepath' of undefined
     40    # see https://github.com/jwgmeligmeyling/spotbugs-github-action/issues/15
     41    #- uses: jwgmeligmeyling/spotbugs-github-action@master
     42    #  with:
     43    #    path: '**/spotbugs-josm.xml'
Note: See TracChangeset for help on using the changeset viewer.