8000 Tags · convictional/trigger-workflow-and-wait · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: convictional/trigger-workflow-and-wait

Tags

v1.6.5

Toggle v1.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Utilize the auto generated github token for comments (#74)

* feat: use autogenerated github token for pull_request comments

* update secret token usage

Co-authored-by: Gaetan BOGAERT <gaetan.bogaert.partner@decathlon.com>

v1.6.4

Toggle v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
entrypoint.sh: ignore Server Error responses (#56)

as these are temporary problems it's safe to assume that
retrying it at a later point resolve the issue

Closes #55

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change action workflow to use project token (#51)

* Change action workflow to use project token

* use personal access key

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Github actions rework (#50)

* dummy change to test PR gha

* allow test to be run

* remove docker requirement, split out self-test

* remove last_workflow_interval

v1.6.1

Toggle v1.6.1's commit message

Unverified

No user is associated with the committer email.
allow test to be run

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Determine workflow run id more robustly to avoid race conditions (#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>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `workflow_id` and `workflow_url` as action outputs (#14)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Reducing time taken when wait_workflow used (#7)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepping for 1.3.0 Release (#5)

- Removed event type
- Fixed spelling errors
- Update ref to use $ref (With default main) and not `$INPUT_REF` as default

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add client_payload and change job_id to workflow_id and take always c…

…are of right job (#3)

Co-authored-by: Jonas Büttner <jonas.buettner@spring-media.de>
0