Markus Suonto

Results 7 comments of Markus Suonto

@dangerousplay any news for that PR? If you have a working solution locally, please share it via a PR then I can also look into it.

I just created a tiny js action that will output `base_ref` and `head_ref`: https://github.com/eficode/resolve-pr-refs It's really simple to use: ``` - name: resolve pr refs id: refs uses: eficode/resolve-pr-refs@main with:...

@joshS28 you have 2 options: **Option 1, use an action to resolve refs:** Please find an example here: https://github.com/eficode/resolve-pr-refs#example-usecase **Option 2, use script-action like** @Simran-B **suggested here:** https://github.com/actions/checkout/issues/331#issuecomment-707103442 The option...

@joshS28 I have to apologise for my previous comment. It was useless and I wasn't paying attention to your actual issue. The actual issue is that even though you're resolving...

Fixed in 604f7202bcb76f3105302afda68463d7c580b0ca

Looking forward to the pull request.

This feature would be useful. Example: Imagine that you have an AWS Lambda python application and it gets events from SQS, and pushes events to SQS. Facts: - Any python...