Changes between Initial Version and Version 1 of Ticket #67522, comment 1


Ignore:
Timestamp:
May 28, 2023, 5:11:38 PM (17 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67522, comment 1

    initial v1  
    1 Yup, it's because there is a code path (when `${os.major} <= 11`) where `github.setup` is not called. Probably simplest to change the first `github.setup` call (that's currently conditional on `${os.major} > 11`) to be unconditional.
     1Yup, it's because there is a code path where `github.setup` is not called. As a result, `name` (and `version`) is not defined in those cases.