Update README.md (#310)

* Update README.md

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update README.md
This commit is contained in:
Yogesh Choudhary Paliyal
2023-01-22 17:05:27 +05:30
committed by GitHub
parent 78ed9655e0
commit 2ea5bedae6

View File

@@ -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
- name: "Grant Gradlew rights"
run: chmod +x gradlew
shell: bash