KARASZI István

Results 79 comments of KARASZI István

Thanks for the heads-up. I found the feature to be super useful, because I can see if a function is actually used or we just have some coverage on it,...

I am having issues defining a rule that would remove every outdated image but the skipped ones. The previous config looked like this: ```yaml image-names: foo cut-off: One month ago...

That does not work either. 😔 Now it is complaining about the `with:` line. With or without commas, it has the same issue.

That example is not exactly the same, because that has an explicit wildcard. With the explicit wildcard, I get the error when I use `*`, as I pasted above. Without...

I am unsure how the YAML value is handled by this project, but will that work the same way? Wouldn't it try to ignore images with tags `base !production`?

This is my current step definition: ``` clean-old-images: name: Delete old unused images runs-on: ubuntu-latest steps: - name: Delete old images uses: snok/[email protected] with: account: user token: ${{ secrets.GITHUB_TOKEN }}...

> Quoting the values is fine. Yes, this worked! Thanks!