Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 606 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 606 Bytes

Clickup get tasks action Tests

Github action to get multiple tasks from Clickup via the REST API.

      - name: Get Clickup task info
        uses: Vendic/clickup-get-tasks@master
        with:
          clickup_token: ${{ secrets.CLICKUP_TOKEN }}
          clickup_custom_task_ids: ${{ env.TASKS }}
          clickup_team_id: ${{ env.TEAM_ID }}
          response_fields: |
            custom_id
            name
            url