Tags: us-ignite/trigger-workflow-and-wait
Tags
Utilize the auto generated github token for comments (convictional#74) * feat: use autogenerated github token for pull_request comments * update secret token usage Co-authored-by: Gaetan BOGAERT <gaetan.bogaert.partner@decathlon.com>
entrypoint.sh: ignore Server Error responses (convictional#56) as these are temporary problems it's safe to assume that retrying it at a later point resolve the issue Closes convictional#55
Change action workflow to use project token (convictional#51) * Change action workflow to use project token * use personal access key
Github actions rework (convictional#50) * dummy change to test PR gha * allow test to be run * remove docker requirement, split out self-test * remove last_workflow_interval
Determine workflow run id more robustly to avoid race conditions (con… …victional#37) * Set query=event=workflow_dispatch&status=in_progress. Align wait_interval with api and docs * Remove note about ###Timing in the ##Potential Issues section and update 'INPUT_WAIT_INTERVAL' in the ##Testing section of the README. * Added the ability to delay API calls for the last_workflow loop through a configurable last_workflow_interval input variable (defaults to 0). Redefine 'inputs' variable to be 'client_payload'. Lastly, using #bash, which uses /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin * Determine workflow run id more robustly to avoid race conditions * Refactor to use a common api function that catches and reports errors * Change function name to be busybox-compatible * Fix testing instructions to use busybox to run entrypoint.sh The Alpine base image uses the busybox implementation of sh, so we need to use the same shell when testing entrypoint.sh outside of Docker. * Fix incorrect status message * Add coreutils to Docker image * Remove extraneous single quotes * Use an explicit tag for the alpine base image This prevents runners from using a stale base and is better practice anyway Co-authored-by: Levon <levon.kechichian@kroger.com> Co-authored-by: Keith Weaver <64023834+keithconvictional@users.noreply.github.com>
Add `workflow_id` and `workflow_url` as action outputs (convictional#14)
feat: Reducing time taken when wait_workflow used (convictional#7)
Prepping for 1.3.0 Release (convictional#5) - Removed event type - Fixed spelling errors - Update ref to use $ref (With default main) and not `$INPUT_REF` as default
add client_payload and change job_id to workflow_id and take always c… …are of right job (convictional#3) Co-authored-by: Jonas Büttner <jonas.buettner@spring-media.de>
PreviousNext