Skip to content

Commit

Permalink
checkout version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Dec 14, 2020
1 parent 076bf99 commit 0323057
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
runs-on: ubuntu-latest
container: bioconductor/bioconductor_docker:devel
steps:
- uses: actions/checkout@v2
- name: Checkout 🛎️
uses: actions/checkout@v1
- name: Generate README.md
run: |
PATH=$PATH:$HOME/bin/ Rscript -e 'knitr::knit("README.Rmd")'
Expand All @@ -20,4 +21,5 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: master
FOLDER: .
FOLDER: .
COMMIT_MESSAGE: New README.md file

0 comments on commit 0323057

Please sign in to comment.