We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5a4ee commit b246587Copy full SHA for b246587
.github/workflows/artifacts.yml
@@ -0,0 +1,17 @@
1
+name: Upload Artifacts
2
+
3
+on:
4
+ push:
5
+ branches: [ "main" ]
6
7
+jobs:
8
+ upload-artifacts:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Upload artifact
12
+ uses: actions/upload-artifact@v3
13
+ with:
14
+ name: utils
15
+ path: ${{ github.action_path }}/utils
16
+ repository: ${{ github.repository }}
17
+ ref: main
.github/workflows/collect_weather_data.yml
@@ -7,7 +7,7 @@ on:
workflow_dispatch: # Permette l'avvio manuale del workflow
jobs:
- update-stats:
+ collect_weather_data:
runs-on: ubuntu-latest
steps:
0 commit comments