mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-07 16:38:32 -06:00
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:
committed by
GitHub
parent
78ed9655e0
commit
2ea5bedae6
7
.github/actions/setup/action.yml
vendored
7
.github/actions/setup/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user