# Makes the shared tools available to a workflow and reports where they are. # # Whether this is usable at all depends on `uses:` resolving a repo on this # Gitea, which is instance configuration rather than something a repo controls. # Measured on weblib-archive#44 while weblib-ci was still private: it did not # work. Re-measured once the repo was public - see the README for the outcome # and for the fallback, which is a plain clone and always works. name: weblib CI tools description: Shared CI scripts for the weblib repos. outputs: path: description: Directory holding with-nixpkgs.sh and the python tools. value: ${{ github.action_path }} runs: using: composite steps: - shell: bash run: | echo "weblib-ci tools at ${{ github.action_path }}" test -f "${{ github.action_path }}/with-nixpkgs.sh"