Wandalen / wretry.action

Retry action for Github CI
MIT License
93 stars 20 forks source link

Error: Expects object-like or long-like {-butMap-} #124

Closed AdamAtFloreo closed 5 months ago

AdamAtFloreo commented 9 months ago

The following use of the action keeps failing in my project with "Error: Expects object-like or long-like {-butMap-}" I have no idea what's wrong with it.

  - uses: Wandalen/wretry.action@v1.3.0
    with:
      action: RageAgainstThePixel/setup-ovr-platform-util@v1
      attempt_limit: 5
      attempt_delay: 15000
dmvict commented 9 months ago

Hello @AdamAtFloreo

I'll look at this when I have time.

dmvict commented 5 months ago

Hello @AdamAtFloreo

You can try new version v2.1.0. It should solve your issue.