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:45:37 UTC

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

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 3b81e59  ISIS-2975: experiments (28)
3b81e59 is described below

commit 3b81e59a4320d60945097903e404a8d33b3d5c5e
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 19:45:27 2022 +0000

    ISIS-2975: experiments (28)
---
 .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 121b394..991217f 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