Michael Feinbier

Results 2 issues of Michael Feinbier

Hi there, first of all thanks for your work here. I'm using the following configuration for my action ``` deploy: needs: push runs-on: ubuntu-latest if: github.event_name == 'push' steps: -...

When PHP serializes objects it detects recursions and marks them accordingly in the serialization (tokens `r` and `R` for recursion by reference) the references objects get an integer-based number to...