Skip to content

Commit 9bcc7dd

Browse files
test: test if fix in github action works
1 parent 789bce4 commit 9bcc7dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v2
5454

5555
- name: Download reference genome
56-
uses: snakemake/snakemake-github-action@v2
56+
uses: snakemake/snakemake-github-action@fix/revive-stagein
5757
with:
5858
directory: "."
5959
snakefile: "workflow/Snakefile"
@@ -63,7 +63,7 @@ jobs:
6363
pip install snakemake-storage-plugin-http
6464
6565
- name: Download truthsets
66-
uses: snakemake/snakemake-github-action@v2
66+
uses: snakemake/snakemake-github-action@fix/revive-stagein
6767
with:
6868
directory: "."
6969
snakefile: "workflow/Snakefile"
@@ -77,7 +77,7 @@ jobs:
7777
# because their modification dates are too new or too old.
7878
# (as git does not preserve modification dates)
7979
- name: Fix modification dates
80-
uses: snakemake/snakemake-github-action@v2
80+
uses: snakemake/snakemake-github-action@fix/revive-stagein
8181
with:
8282
directory: "."
8383
snakefile: "workflow/Snakefile"
@@ -87,7 +87,7 @@ jobs:
8787
pip install snakemake-storage-plugin-http
8888
8989
- name: Run analysis
90-
uses: snakemake/snakemake-github-action@v2
90+
uses: snakemake/snakemake-github-action@fix/revive-stagein
9191
with:
9292
directory: "."
9393
snakefile: "workflow/Snakefile"
@@ -98,7 +98,7 @@ jobs:
9898
pip install snakemake-storage-plugin-http
9999
100100
- name: Create report
101-
uses: snakemake/snakemake-github-action@v2
101+
uses: snakemake/snakemake-github-action@fix/revive-stagein
102102
with:
103103
directory: "."
104104
snakefile: "workflow/Snakefile"

0 commit comments

Comments
 (0)