You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2020/09/29 14:38:26 UTC

[yetus-test-patch-action] branch main updated: YETUS-992. Create and publish a github action (2nd) (#2)

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

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git


The following commit(s) were added to refs/heads/main by this push:
     new da89899  YETUS-992. Create and publish a github action (2nd) (#2)
da89899 is described below

commit da898996848e25145946d6e6109db4949399bbb2
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Tue Sep 29 07:38:20 2020 -0700

    YETUS-992. Create and publish a github action (2nd) (#2)
---
 NOTICE     | 6 ++++++
 action.yml | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..1b4b9ca
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,6 @@
+Apache Yetus
+Copyright 2008-2020 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (https://www.apache.org/).
+
diff --git a/action.yml b/action.yml
index d15a8d6..c98d2f4 100644
--- a/action.yml
+++ b/action.yml
@@ -58,7 +58,7 @@ inputs:
     default: kill
 runs:
   using: 'docker'
-  image: apache/yetus:main
+  image: docker://apache/yetus:main
   args:
     - test-patch
     - --basedir=${{ inputs.basedir }}