Skip to content

Commit b092db2

Browse files
Update figshare.yaml
Figshare article number wasn't an integer
1 parent a5922d7 commit b092db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/figshare.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
FIGSHARE_TOKEN: ${{ secrets.FIGSHARE_TOKEN }}
2626
FIGSHARE_ENDPOINT: 'https://api.figshare.com/v2'
27-
FIGSHARE_ARTICLE_ID: <<24427516>>
28-
DATA_DIR: 'data'
27+
FIGSHARE_ARTICLE_ID: 24427516
28+
DATA_DIR: 'data'

0 commit comments

Comments
 (0)