File tree 1 file changed +24
-24
lines changed
1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
- name : Update
1
+ # name: Update
2
2
3
- on :
4
- push :
5
- branches :
6
- - main
7
- schedule :
8
- - cron : ' 30 23 * * *'
3
+ # on:
4
+ # push:
5
+ # branches:
6
+ # - main
7
+ # schedule:
8
+ # - cron: '30 23 * * *'
9
9
10
- jobs :
11
- update :
10
+ # jobs:
11
+ # update:
12
12
13
- runs-on : macOS-latest
13
+ # runs-on: macOS-latest
14
14
15
- env :
16
- GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
15
+ # env:
16
+ # GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
17
17
18
- steps :
19
- - uses : actions/checkout@v2
18
+ # steps:
19
+ # - uses: actions/checkout@v2
20
20
21
- - uses : r-lib/actions/setup-r@v2
21
+ # - uses: r-lib/actions/setup-r@v2
22
22
23
- - name : Run program
24
- run : Rscript -e 'source("make.R")'
23
+ # - name: Run program
24
+ # run: Rscript -e 'source("make.R")'
25
25
26
- - name : Commit results
27
- run : |
28
- git config --local user.email "[email protected] "
29
- git config --local user.name "GitHub Actions"
30
- git add -A
31
- git commit -m 'New podcasts' || echo "No changes to commit"
32
- git push origin || echo "No changes to commit"
26
+ # - name: Commit results
27
+ # run: |
28
+ # git config --local user.email "[email protected] "
29
+ # git config --local user.name "GitHub Actions"
30
+ # git add -A
31
+ # git commit -m 'New podcasts' || echo "No changes to commit"
32
+ # git push origin || echo "No changes to commit"
You can’t perform that action at this time.
0 commit comments