YAML cleanup
This commit is contained in:
parent
e958a42bbc
commit
9aa9ea254f
1 changed files with 5 additions and 5 deletions
|
|
@ -13,10 +13,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: https://data.forgejo.org/actions/checkout@v4
|
uses: https://data.forgejo.org/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT_READ_REPO }}
|
token: ${{ secrets.PAT_READ_REPO }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
show-progress: true
|
show-progress: true
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
- name: Generate power graph
|
- name: Generate power graph
|
||||||
run: |
|
run: |
|
||||||
python3 plot_power.py # (script placed in your repo)
|
python3 plot_power.py # (script placed in your repo)
|
||||||
|
|
||||||
- name: Upload graph artifact
|
- name: Upload graph artifact
|
||||||
uses: https://data.forgejo.org/actions/upload-artifact@v3
|
uses: https://data.forgejo.org/actions/upload-artifact@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue