This commit is contained in:
Carlos Polop 2021-06-18 00:46:14 +02:00
parent f0317721d0
commit 89f20d5e0c

View File

@ -13,7 +13,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Run on Macos:
Run_on_Macos:
# The type of runner that the job will run on
runs-on: macos-latest
@ -26,7 +26,7 @@ jobs:
- name: Run linpeas
run: linPEAS/linpeasasdasdasd.sh
Run on Ubuntu:
Run_on_Ubuntu:
# The type of runner that the job will run on
runs-on: ubuntu-latest