Files
KeyPass/.github/actions/setup/action.yml
T
Yogesh Choudhary Paliyal 2ea5bedae6 Update README.md (#310)
* Update README.md

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update README.md
2023-01-22 17:05:27 +05:30

17 lines
251 B
YAML

name: "Setup Worflow"
runs:
using: "composite"
steps:
- name: 🧱 Set Up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: "Grant Gradlew rights"
run: chmod +x gradlew
shell: bash