From 23e9427376d5b321d17cc477f39ea8d91605ad45 Mon Sep 17 00:00:00 2001 From: Ashutosh Muley Date: Tue, 18 Jul 2023 14:18:10 +0530 Subject: [PATCH] testing --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a470ecf..4670569 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: default: '.github/pr_checks_config.yaml' runs: using: 'docker' - image: 'fylehq/fyle-pr-action:v1' + image: 'docker://fylehq/fyle-pr-action:v1' args: - ${{ inputs.github-token }} - ${{ inputs.config-file }}