From b54da6ca462ff1c26f547d19f734731b7eb4eda3 Mon Sep 17 00:00:00 2001 From: Armando Zhu Date: Wed, 7 Feb 2024 07:23:02 +0000 Subject: [PATCH] Update xml headers --- .github/services/hdfs/hdfs_default_gcs/action.yml | 4 +--- fixtures/hdfs/gcs-core-site.xml | 5 +++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/services/hdfs/hdfs_default_gcs/action.yml b/.github/services/hdfs/hdfs_default_gcs/action.yml index e492e25bc034..c45017162902 100644 --- a/.github/services/hdfs/hdfs_default_gcs/action.yml +++ b/.github/services/hdfs/hdfs_default_gcs/action.yml @@ -58,7 +58,5 @@ runs: mkdir -p /tmp/hdfs - cat << EOF > /tmp/hdfs/gcs-credentials.json - `echo ${OPENDAL_GCS_CREDENTIAL} | base64 -d` - EOF + echo ${OPENDAL_GCS_CREDENTIAL} | base64 -d > /tmp/hdfs/gcs-credentials.json diff --git a/fixtures/hdfs/gcs-core-site.xml b/fixtures/hdfs/gcs-core-site.xml index cd304c7f7ad1..e8d7418a29e2 100644 --- a/fixtures/hdfs/gcs-core-site.xml +++ b/fixtures/hdfs/gcs-core-site.xml @@ -1,3 +1,5 @@ + + - - +