From 6f7ef43e840bdc4b946cebd9343e9da4992a7645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= <3283596+samtrion@users.noreply.github.com> Date: Thu, 21 Dec 2023 21:16:02 +0100 Subject: [PATCH] fix: Updated `action.yml` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3ffc771..c3e2300 100644 --- a/action.yml +++ b/action.yml @@ -68,7 +68,7 @@ runs: with: github-token: ${{ inputs.github-token }} script: | - const script = require('${{ github.action_path }}/dist/index.js') + const script = require('${{ github.action_path }}dist/index.js') await script({ inputs: ${{ toJSON(inputs) }}, metadata: ${{ toJSON(steps.dependabot-metadata.outputs) }},