diff options
author | Hop311 <hop3114@gmail.com> | 2023-05-16 23:49:52 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-05-17 13:47:02 +0200 |
commit | 578eb8c332810656842f72e0bb94bb0d4dcb9f5e (patch) | |
tree | 64dd37032c36da8e48d5d519ac840e11cc64dc58 /.github/actions | |
parent | af6a96ed26bca3eaa28c6dca635918061fab7c80 (diff) |
Changed from OpenVic2 to OpenVic
Diffstat (limited to '.github/actions')
-rw-r--r-- | .github/actions/openvic-env/action.yml (renamed from .github/actions/openvic2-env/action.yml) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/actions/openvic2-env/action.yml b/.github/actions/openvic-env/action.yml index 8fea1b3..acb428f 100644 --- a/.github/actions/openvic2-env/action.yml +++ b/.github/actions/openvic-env/action.yml @@ -1,5 +1,5 @@ -name: Setup OpenVic2 Environment -description: Setup OpenVic2 Environment +name: Setup OpenVic Environment +description: Setup OpenVic Environment runs: using: "composite" steps: @@ -7,9 +7,9 @@ runs: uses: actions/github-script@v6 with: script: | - const commit_name = 'OPENVIC2_COMMIT'; - const tag_name = 'OPENVIC2_TAG'; - const release_name = 'OPENVIC2_RELEASE'; + const commit_name = 'OPENVIC_COMMIT'; + const tag_name = 'OPENVIC_TAG'; + const release_name = 'OPENVIC_RELEASE'; var commit_sha = process.env["GITHUB_SHA"]; if(context.eventName === 'pull_request') { commit_sha = context.payload.pull_request.head.sha; |