Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update this job to use the examples.json file from the main branch #12

Open
github-actions bot opened this issue Jul 1, 2024 · 0 comments
Open
Labels

Comments

@github-actions
Copy link

github-actions bot commented Jul 1, 2024

and the examples.json file from the previous week without

fetching the files from other repositories.

# TODO: Update this job to use the examples.json file from the main branch

    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Setup Node
        uses: actions/setup-node@v4
        with:
          node-version: 20

      - name: Setup Deno
        uses: denolib/setup-deno@v2
        with:
          deno-version: v1.44

      # TODO: Update this job to use the examples.json file from the main branch
      # and the examples.json file from the previous week without
      # fetching the files from other repositories.
      - name: Download indexes from last week
        run: |
          REPOS=(
@github-actions github-actions bot added the todo label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants