1
Fork 0
mirror of https://github.com/RGBCube/github2forgejo synced 2026-01-13 00:31:02 +00:00

doc: add note on DRY mode not being prompted for

This commit is contained in:
RGBCube 2025-10-24 20:01:05 +03:00
parent 04eac4ae30
commit 7d5469c249
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -63,6 +63,11 @@ run the script like so:
And get a nice interactive experience.
> [!NOTE]
> To run in dry mode, just set the DRY environment variable to `true`. You won't
> be prompted for this, as I didn't want to break the program for exisitng
> users. Create an issue if you'd like this to be changed, I'm all ears.
This works on any Forgejo instance.
You can also set up a systemd service and timer to run every once in a while.