13 Commits

Author SHA1 Message Date
Richie Cahill c8946b0a43 adding GITHUB_ACTION_PATH (#26) 2024-02-11 23:35:05 +01:00
Sean OMeara 472631c60e Fix main (#24)
manually fixing botched merge conflict
2024-02-11 19:31:54 +01:00
Richie 5eecad8924 fixing failure 2024-02-11 12:49:07 -05: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 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
Richie Cahill 56b956bce3 moved bash script to separate files 2024-02-11 10:27:35 -05:00
orensbruli 43a2884a2e Avoid infinite loop while joining
Probably resolve https://github.com/zerotier/github-action/issues/9
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
2023-07-10 13:15:00 +02:00
Chlod Aidan Alejandro b72522a44b Permit use of action in all other repositories (#4)
* action.yml: force use external syntax for `uses`

This forces the use of the syntax for `uses` calling a specified subfolder of a public repository at a given ref. This is an attempt at moving away from the use of `./` as a path, which forces GitHub Actions to locate the `util/post/action.yml` of the *working directory* and not of the action path. This exists since `uses` cannot take expressions; this would be an easy fix if `./` can be replaced with `${{ github.action_path }}/`. Alas, this is not possible, and this hacky workaround exists instead.

* action.yml: use `action_path` instead of `./`

This replaces the use of `./` with `${{ github.action_path }}`, to allow the install scripts to run outside the action's repository, see b1b5340 for related commit.

* action.yml: wrap pwsh argument in quotes
2022-12-23 14:59:22 +01:00
Sean OMeara d2b78ab626 puttin on the bits 2022-12-17 09:28:06 +01:00