mirror of https://github.com/docker/docs.git
Merge pull request #19221 from crazy-max/ci-validate-upstream-comment
ci(validate-upstream): note about update strategy
This commit is contained in:
commit
1302dae30b
|
@ -2,6 +2,9 @@
|
|||
# - module-name: the name of the module, without github.com prefix (e.g., docker/buildx)
|
||||
# - data-files-id: id of the artifact (using actions/upload-artifact) containing the YAML data files to validate (optional)
|
||||
# - data-files-folder: folder in _data containing the files to download and copy to (e.g., buildx)
|
||||
# if changes are made in this workflow, please keep commit sha updated on downstream workflows:
|
||||
# - https://github.com/docker/buildx/blob/master/.github/workflows/docs-upstream.yml
|
||||
# - https://github.com/docker/compose/blob/main/.github/workflows/docs-upstream.yml
|
||||
name: validate-upstream
|
||||
|
||||
on:
|
||||
|
|
Loading…
Reference in New Issue