Update plugins/scaffolder-backend-module-gitlab/src/actions/createProjectVariable.ts

Co-authored-by: Andreas Berger <Andy2003@users.noreply.github.com>
Signed-off-by: Dominik <dominik@pfaffenbauer.at>
This commit is contained in:
Dominik
2023-02-16 08:18:56 +01:00
committed by Dominik Pfaffenbauer
parent 758a8fc78e
commit 36e9f2faad
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { createTemplateAction } from '@backstage/plugin-scaffolder-backend';
import { createTemplateAction } from '@backstage/plugin-scaffolder-node';
import { ScmIntegrationRegistry } from '@backstage/integration';
import { getToken } from '../util';
import { Gitlab } from '@gitbeaker/node';