Open URL action
- name: Start deployment Live Activity with action button id: start_activity uses: ActivitySmithHQ/activitysmith-github-action@v1 with: action: start_live_activity api-key: ${{ secrets.ACTIVITYSMITH_API_KEY }} channels: deploys,engineering payload: | content_state: title: "Deploying payments-api" subtitle: "running database migrations" number_of_steps: 5 current_step: 3 type: "segmented_progress" action: title: "Open Workflow" type: "open_url" url: "https://github.com/acme/payments-api/actions/runs/${{ github.run_id }}"Use open_url when the Live Activity button should open the deployment run, PR, or runbook directly in the browser.









