This is an automated email from the ASF dual-hosted git repository.
glauesppen pushed a commit to branch feature/new-website
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/feature/new-website by this
push:
new 462daeb forcing variables declaration
462daeb is described below
commit 462daeb9226f9795256a7bc8387ab31b94aed36d
Author: Glaucia Esppenchutz <[email protected]>
AuthorDate: Sun Dec 3 19:20:50 2023 +0000
forcing variables declaration
---
.github/workflows/main.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 2bae07a..46be97a 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -73,6 +73,13 @@ jobs:
run: |
bundle install
+ - name: Declare variables
+ run: |
+ declare -a BRANCH_PAGE=${{ env.BRANCH_PAGE }}
+ declare -a URL=${{ env.URL}}
+ declare -a BASE_URL=${{ env.BASE_URL}}
+ declare -a REPO_URL=${{ env.REPO_URL}}
+
- name: Install dependencies (Ubuntu)
run: |
sudo apt-get update