mirror of
https://github.com/FlightControl-Master/MOOSE_Demos.git
synced 2025-08-15 10:37:47 +00:00
Changed name of job and fixed warnings in GitHub
This commit is contained in:
parent
6505231a32
commit
161a95f197
6
.github/workflows/ExtractMissionScripts.yml
vendored
6
.github/workflows/ExtractMissionScripts.yml
vendored
@ -20,7 +20,7 @@ on:
|
||||
jobs:
|
||||
|
||||
# This workflow contains a single job called "Update"
|
||||
Update:
|
||||
ExtractMissionScripts:
|
||||
|
||||
# Operating system
|
||||
runs-on: ubuntu-latest
|
||||
@ -38,13 +38,13 @@ jobs:
|
||||
|
||||
# Checks-out repository to ./self
|
||||
- name: Checkout Missions
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: ./self
|
||||
|
||||
# Install python
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10' # install the python version needed
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user