Skip to content

small changes

small changes #4

Workflow file for this run

name: "Fusion-Env"
description: "environment for fusion"
author: "Jack Parsons"
runs:
using: "docker"
image: "jackpar/fusion:1.0.0"
entrypoint: ["/bin/bash", "-c"]
args:
- |
apk add --no-cache bash && \
cp -r $GITHUB_WORKSPACE /workspace && \
cd /workspace && \
./entrypoint.sh