This repository provides actions for seamless integration of trdl into your GitHub Workflows.
- name: Install trdl
uses: werf/trdl-actions/install@v0
- name: Use trdl binary
run: |
. $(trdl add app https://s3.example.com 12 e1d3c7bcfdf473fe1466c5e9d9030bea0fed857d0563db1407754d2795256e4d063b099156807346cdcdc21d747326cc43f96fa2cacda5f1c67c8349fe09894d)
. $(trdl use app 2 stable)
app version
- name: Setup application
uses: werf/trdl-actions/setup-app@v0
inputs:
repo: app
url: https://s3.example.com
root-version: 12
root-sha512: e1d3c7bcfdf473fe1466c5e9d9030bea0fed857d0563db1407754d2795256e4d063b099156807346cdcdc21d747326cc43f96fa2cacda5f1c67c8349fe09894d
group: 2
channel: stable
- name: Use application binaries
run: app version
- name: Setup werf
uses: werf/trdl-actions/setup-app@v0
inputs:
preset: werf
group: 2
channel: stable
- name: Use werf binaries
run: werf version
Apache License 2.0, see LICENSE