From 8c29b99b27d8c6f7b3525831b257cb0f6bf98287 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Tue, 11 Feb 2025 23:35:38 +0100 Subject: [PATCH] ci: improve wording --- .github/workflows/autoupdate.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index bd71ab1..ec81c0d 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -1,6 +1,8 @@ # Creates a PR for updating RGBDS version automatcally # Trigger it and put the desired RGBDS version as the "version" -# parameter. Must match one of the available tags: https://github.com/gbdev/rgbds/tags +# parameter. "version" must be a valid git ref for the RGBDS repository. +# You'll normally want one of the available tags: https://github.com/gbdev/rgbds/tags + name: Create PR to update RGBDS on: workflow_dispatch: