30 Commits

Author SHA1 Message Date
Richie Cahill c8946b0a43 adding GITHUB_ACTION_PATH (#26) 2024-02-11 23:35:05 +01:00
Sean OMeara 4d36a5b22e tweaking (#25) 2024-02-11 20:05:53 +01:00
Sean OMeara 472631c60e Fix main (#24)
manually fixing botched merge conflict
2024-02-11 19:31:54 +01:00
Sean OMeara 637f51d2d9 Merge pull request #23 from RichieCahill/fixixing-failur
fixing failure
2024-02-11 19:28:45 +01:00
Richie 5eecad8924 fixing failure 2024-02-11 12:49:07 -05:00
Sean OMeara 9d1e170b81 Merge pull request #21 from zerotier/someara
Revert "Merge pull request #20 from RichieCahill/move-bash-script-to-…
2024-02-11 18:00:07 +01:00
Sean OMeara aed9107568 Revert "Merge pull request #20 from RichieCahill/move-bash-script-to-separate-files"
This reverts commit 7947819a03, reversing
changes made to d23fa8d1aa.
2024-02-11 17:58:20 +01:00
Sean OMeara 7947819a03 Merge pull request #20 from RichieCahill/move-bash-script-to-separate-files
Move bash script to separate files
2024-02-11 17:45:24 +01:00
Sean OMeara 76dbdc3ac3 Merge branch 'main' into move-bash-script-to-separate-files 2024-02-11 17:43:48 +01:00
Richie Cahill d23fa8d1aa fixing bug with uses zerotier/github-action/util/post@main 2024-02-11 17:30:44 +01:00
Sean OMeara 70d3336b33 Merge branch 'main' into move-bash-script-to-separate-files 2024-02-11 17:30:22 +01:00
Richie Cahill 8b2f61715c updated to node20 2024-02-11 17:30:01 +01:00
Richie Cahill 5b5900023a updated check out action to v4.0.0 2024-02-11 17:30:01 +01:00
Richie Cahill 56b956bce3 moved bash script to separate files 2024-02-11 10:27:35 -05:00
Richie Cahill 1a7ba66be1 updated to node20 2024-01-30 19:49:04 -05:00
Richie Cahill bfe4efc52a updated check out action to v4.0.0 2024-01-30 19:40:36 -05:00
Sean OMeara e04fdc7c60 testing ubuntu linux and windows 2023-09-29 12:17:56 +02:00
Sean OMeara a3070b9ea8 testing only ubuntu 2023-09-29 12:17:56 +02:00
orensbruli 43a2884a2e Avoid infinite loop while joining
Probably resolve https://github.com/zerotier/github-action/issues/9
v1.0.3
2023-09-29 11:26:44 +02:00
orensbruli fd8cd0b259 Member name and description 2023-09-29 11:26:44 +02:00
Esteban Martinena Guerrero e101c39925 Post checking status (#11)
* post checking status
* Improve output
2023-09-29 11:26:07 +02:00
Jakob Boghdady cb3d95d448 Update action.yml with missing application type header and verification loop (#8)
- Adding application type header for json typing
- Implementing while loop until authorization completes
v1.0.2
2023-07-10 13:15:00 +02:00
Sean OMeara cace1e426c using v1.0.1 in README v1 v1.0.1 2022-12-23 15:29:14 +01:00
Sean OMeara 16826734a3 bug fixes (#7)
* fixing typo

* fixing typo
2022-12-23 15:27:05 +01:00
Chlod Aidan Alejandro efa3abecfd Add external use tests to build.yml (#5)
* make build.yml reproducible

`build.yml` is currently biased to succeed every time on this repository. Reasoning is that it will always checkout the actions' repository (which essentially transfers the actions' files to the "working directory", not the case if this action is being used externally), and it assumes that the action is run locally.

This commit breaks the build file into two parts: one that performs the current action as-is, and a new job which attempts to simulate usage from an external repository. In this job, no initial checkout is made and an immediate attempt at connecting to a ZeroTier network is made.

* trigger workflow run

* build.yml: only run test job on main

This forces the `test` job to only run if the workflow was triggered from the `main` branch. It wouldn't make sense to check if `main` works when using a different branch or tag, so this avoids doing that entirely.

`test` cannot automatically use the ref that triggered this workflow because `uses` does not take in expressions (and therefore cannot use `github.ref_name`).
2022-12-23 15:00:22 +01:00