You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/03/14 19:47:32 UTC

[isis] branch ISIS-2975 updated: ISIS-2975: experiments (29)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-2975
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-2975 by this push:
     new abc37c4  ISIS-2975: experiments (29)
abc37c4 is described below

commit abc37c484fc6e699a67e0891e92cb844ae48f780
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 19:47:26 2022 +0000

    ISIS-2975: experiments (29)
---
 .github/workflows/ci-build-artifacts-push-maven.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index 991217f..790697f 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -50,10 +50,10 @@ jobs:
         ENV_CONTEXT: ${{ toJson(env) }}
       run: 'echo "$ENV_CONTEXT"'
 
-   - name: Dump GitHub context
-     env:
-       GITHUB_CONTEXT: ${{ toJson(github) }}
-     run: echo "$GITHUB_CONTEXT"
+    - name: Dump GitHub context
+      env:
+        GITHUB_CONTEXT: ${{ toJson(github) }}
+      run: echo "$GITHUB_CONTEXT"
 
     - name: Activate Cache for Maven Downloads
       uses: actions/cache@v2.1.7