JOJ3-config-generator/tests/convert/basic/immutable_files/release.yaml
张泊明518370910136 6bdd689176
All checks were successful
build / build (pull_request) Successful in 2m36s
build / build (push) Successful in 2m38s
fix: outdated workflow yaml
2025-03-02 13:25:40 -05:00

22 lines
565 B
YAML

name: Run JOJ3 on Release
on:
release:
types: [published]
jobs:
run:
runs-on: focs-latest-slim
container:
volumes:
- /home/tt/.config:/home/tt/.config
- /home/tt/.cache:/home/tt/.cache
- /home/tt/.ssh:/home/tt/.ssh
steps:
- name: Check out repository code
uses: actions/checkout@focs
with:
fetch-depth: 0
- name: Run joj3
run: |
sudo -E -u tt joj3 -conf-root "/home/tt/.config/joj/tests/homework" -conf-name "conf-release.json" -tag "${{ github.ref_name }}"