add comment on todo for ci/cd

This commit is contained in:
neil 2022-10-13 15:29:27 +08:00
parent b1036b2a37
commit 0e5efd8234
2 changed files with 6 additions and 0 deletions

View file

@ -25,6 +25,9 @@ jobs:
- uses: actions/checkout@v3
# TODO:
# add action here to download updates packages.json into src/data/packages.json
- run: .github/mk-pantry-accessible.sh ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
- uses: teaxyz/setup@v0
with:

View file

@ -33,6 +33,9 @@ jobs:
echo "relativeurls = true" >>config.toml
working-directory: src
# TODO:
# add action here to download updates packages.json into src/data/packages.json
- run: .github/mk-pantry-accessible.sh ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
- uses: teaxyz/setup@v0
with: