From 2ea5bedae6f11377f89049eb197e696537b9dd61 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sun, 22 Jan 2023 17:05:27 +0530 Subject: [PATCH] Update README.md (#310) * Update README.md * Update action.yml * Update action.yml * Update action.yml * Update action.yml * Update README.md --- .github/actions/setup/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 8703198d..26541f24 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -2,7 +2,7 @@ name: "Setup Worflow" -jobs: +runs: using: "composite" steps: @@ -11,5 +11,6 @@ jobs: with: java-version: 11 - - name: Grant Gradlew rights - run: chmod +x gradlew \ No newline at end of file + - name: "Grant Gradlew rights" + run: chmod +x gradlew + shell: bash