We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bde99 commit 8c29b99Copy full SHA for 8c29b99
.github/workflows/autoupdate.yml
@@ -1,6 +1,8 @@
1
# Creates a PR for updating RGBDS version automatcally
2
# Trigger it and put the desired RGBDS version as the "version"
3
-# 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.
4
+# You'll normally want one of the available tags: https://github.com/gbdev/rgbds/tags
5
+
6
name: Create PR to update RGBDS
7
on:
8
workflow_dispatch:
0 commit comments