Piotr

Results 25 comments of Piotr

We have same problem. Is there any option to make it more verbose to see what happens inside this action?

@LouisBrunner I wrote to GitHub Support and after few weeks I got answer and some help with this. In general they know that Checks API is not working properly with...

All those problems could be fixed if dashboard could work this way for same dashboard run KEY. 7 test, 3 workers ### first run - run all tests and load...

> I was able to get some more clarity on this from our Cloud team. Issue #574 also has some additional context. > > Here is the current status: >...

Looking at commits history maybe @jaffrepaul is working for Cypress and could answer about any news? Thanks

@MikeMcC399 Okay good to know. Seems like they plan to do some updates in actions so we need to wait. Thanks

@toandm I wish I could find your comment earlier. After struggling with http trigger gen2 function and cloud scheduler I eventually realized I need to set not just `google_cloudfunctions2_function_iam_member` with...

This repo is probably abandoned so easier to just use `gh` cli tool (available system wide on runners) to edit labels in PR like this: ``` - name: Set label...

It is even more weird with `pull_request` event. I'm using this code to pass env vars to an action : ``` env: COMMIT_INFO_BRANCH: ${{ github.ref_name }} COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}...

@ryan-williams Thanks for your example. I did not know there was ternary available in expression until I saw your example. Must have missed it in [docs](https://docs.github.com/en/actions/learn-github-actions/expressions#example). Super handy to know...