From 84bb90b9aa051e5e068e6af561081391de5d28c5 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Mon, 9 Sep 2024 12:21:22 +0200 Subject: [PATCH] fix: add type to lookup-refs input --- .github/workflows/bioccheck.yaml | 1 + .github/workflows/build-check-install.yaml | 1 + .github/workflows/pkgdown.yaml | 1 + .github/workflows/roxygen.yaml | 1 + .github/workflows/test-coverage.yaml | 1 + .github/workflows/validation.yaml | 1 + 6 files changed, 6 insertions(+) diff --git a/.github/workflows/bioccheck.yaml b/.github/workflows/bioccheck.yaml index d7247bd9..5ba12ac3 100644 --- a/.github/workflows/bioccheck.yaml +++ b/.github/workflows/bioccheck.yaml @@ -65,6 +65,7 @@ on: description: | List of package references to be used by setup-r-dependencies action if deps-installation-method == 'setup-r-dependencies'. required: false + type: string default: "" concurrency: diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 1eaa2d8c..b8cc5a2a 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -142,6 +142,7 @@ on: description: | List of package references to be used by setup-r-dependencies action if deps-installation-method == 'setup-r-dependencies'. required: false + type: string default: "" unit-test-report-brand: description: Image URL to use in unit test report for branding. If empty, the default xunit-viewer brand will be used. diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 391afa1a..eb12bdf0 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -132,6 +132,7 @@ on: description: | List of package references to be used by setup-r-dependencies action if deps-installation-method == 'setup-r-dependencies'. required: false + type: string default: "" concurrency: diff --git a/.github/workflows/roxygen.yaml b/.github/workflows/roxygen.yaml index 08cab403..62658c4a 100644 --- a/.github/workflows/roxygen.yaml +++ b/.github/workflows/roxygen.yaml @@ -53,6 +53,7 @@ on: description: | List of package references to be used by setup-r-dependencies action if deps-installation-method == 'setup-r-dependencies'. required: false + type: string default: "" secrets: REPO_GITHUB_TOKEN: diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 594b01c7..fa85e181 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -94,6 +94,7 @@ on: description: | List of package references to be used by setup-r-dependencies action if deps-installation-method == 'setup-r-dependencies'. required: false + type: string default: "" secrets: REPO_GITHUB_TOKEN: diff --git a/.github/workflows/validation.yaml b/.github/workflows/validation.yaml index 65388a34..9235d1db 100644 --- a/.github/workflows/validation.yaml +++ b/.github/workflows/validation.yaml @@ -50,6 +50,7 @@ on: description: | List of package references to be used by setup-r-dependencies action if deps-installation-method == 'setup-r-dependencies'. required: false + type: string default: "" secrets: REPO_GITHUB_TOKEN: