inputs: built: description: 'True if a source build is available, false otherwise' runs: using: "composite" steps: - name: cache S3 binaries id: S3 uses: https://data.forgejo.org/actions/cache@v4 with: path: | /usr/local/bin/minio /usr/local/bin/mc /usr/local/bin/garage key: S3 - uses: https://code.forgejo.org/cascading-pr/setup-forgejo@forgejo/runner-1371 with: install-only: true - run: forgejo-binary.sh ensure_user forgejo - name: inputs context dump for debug run: | set -x cat <