aboutsummaryrefslogtreecommitdiff
path: root/.github/actions/openvic-env/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/openvic-env/action.yml')
-rw-r--r--.github/actions/openvic-env/action.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/actions/openvic-env/action.yml b/.github/actions/openvic-env/action.yml
deleted file mode 100644
index 7c8c4e3..0000000
--- a/.github/actions/openvic-env/action.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: Setup OpenVic Environment
-description: Setup OpenVic Environment
-runs:
- using: "composite"
- steps:
- - name: Setup URL Environment
- shell: bash
- run: ${GITHUB_ACTION_PATH}/url-environment.sh
-
- - name: Setup Commit Environment
- uses: actions/github-script@v6
- with:
- script: require(`${process.env.GITHUB_ACTION_PATH}/commit-environment.js`)({github, context, core})