Peter Evans

Results 359 comments of Peter Evans
trafficstars

/link-checker-example

/link-checker-example

/link-checker-example

Hi @mihir-mehta I'm not sure what is best here, but one idea would be to pass dynamic parts of the message body to the script as environment variables. Then read...

Hi @eggbean You might be running into this issue: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs The short version is that in order to allow automated commits to trigger further workflow runs, you must use a...

This action is simply a wrapper around the [MinIO client](https://github.com/minio/mc) mirror command. https://github.com/peter-evans/s3-backup/blob/master/entrypoint.sh#L18 Fairly sure it doesn't copy the whole repository, but just syncs the changes. I would expect the...

Hi @billsioros It looks correct but the error message suggests that the pull request was closed when it tried to enable automerge. Doesn't seems like that was the case, though,...

Hi @pablogarzon1969 Are you using Docker for Windows? This error seems to be caused by the `docker-entrypoint.sh` file being saved with line endings that are not unix-style. See the following...

Thanks! Hope you find it useful. I think it might already be possible. This action is just a wrapper around the `mirror` command of [MinOI Client](https://github.com/minio/mc). Looking at the flags...

I'll look into this a bit further and see if there is a way I can add this functionality without rewriting the action completely. I'm thinking that I might be...