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 e658ef9 commit cc0f307Copy full SHA for cc0f307
.github/workflows/example.yml
@@ -0,0 +1,21 @@
1
+name: Test run
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 12 * * *'
6
+ workflow_dispatch:
7
8
9
+jobs:
10
+ action-test:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v1
14
+ - uses: ./.
15
+ with:
16
+ netlify-token: ${{ secrets.NETLIFY_TOKEN }}
17
+ netlify-site-id: ${{ secrets.NETLIFY_SITE }}
18
+ - uses: actions/upload-artifact@v2
19
20
+ name: exports
21
+ path: '*.csv'
.github/workflows/test.yml
@@ -1,4 +1,4 @@
-name: Test run
+name: Example run
on:
schedule:
@@ -7,7 +7,7 @@ on:
jobs:
- action-test:
+ export-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
0 commit comments