From 00c816ce96752842efd294432ef0cea07b98e908 Mon Sep 17 00:00:00 2001 From: Rui He Date: Thu, 1 Feb 2024 11:27:59 -0500 Subject: [PATCH] fix: update package name in action file --- .github/workflows/gitflow-R-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitflow-R-action.yml b/.github/workflows/gitflow-R-action.yml index b00de31..bb870d6 100644 --- a/.github/workflows/gitflow-R-action.yml +++ b/.github/workflows/gitflow-R-action.yml @@ -14,7 +14,7 @@ jobs: uses: fnlcr-bids-sdsi/gitflow-R/.github/workflows/parser.yml@master with: image_to_use: ghcr.io/nidap-community/single-cell-rna-r4:latest - package_name: "r-scworkflow-test" + package_name: "r-scworkflow" r_version: "4.1.3" artifact_rid_production: "ri.artifacts.main.repository.f36ea39e-b396-46cd-a04a-3c63250273f5" artifact_rid_development: "ri.stemma.main.repository.2172e505-c98f-43d4-881a-47e170aadbe1"