From commits-return-24053-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Sun Aug 16 19:12:38 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id E094118063B for ; Sun, 16 Aug 2020 21:12:37 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 29E3340B77 for ; Sun, 16 Aug 2020 19:12:37 +0000 (UTC) Received: (qmail 77906 invoked by uid 500); 16 Aug 2020 19:12:37 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 77897 invoked by uid 99); 16 Aug 2020 19:12:36 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Aug 2020 19:12:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7C24A890BA; Sun, 16 Aug 2020 19:12:36 +0000 (UTC) Date: Sun, 16 Aug 2020 19:12:36 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch 1.10 updated: Fix typo in workflow file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159760515618.26209.992464776102971262@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/1.10 X-Git-Reftype: branch X-Git-Oldrev: 367a53ef73ab10b461fd21183ca7e8d30985cdc2 X-Git-Newrev: 92af87ed026395a859213c795ae6ebf3b760fd9c X-Git-Rev: 92af87ed026395a859213c795ae6ebf3b760fd9c X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 1.10 in repository https://gitbox.apache.org/repos/asf/accumulo.git The following commit(s) were added to refs/heads/1.10 by this push: new 92af87e Fix typo in workflow file 92af87e is described below commit 92af87ed026395a859213c795ae6ebf3b760fd9c Author: Christopher Tubbs AuthorDate: Sun Aug 16 15:11:56 2020 -0400 Fix typo in workflow file --- .github/workflows/maven-on-demand.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-on-demand.yaml b/.github/workflows/maven-on-demand.yaml index 100d346..34af0df 100644 --- a/.github/workflows/maven-on-demand.yaml +++ b/.github/workflows/maven-on-demand.yaml @@ -50,7 +50,7 @@ on: jobs: mvn: - name: mvn (submitter: ${{ github.event.sender.login }}) + name: mvn (triggered by ${{ github.event.sender.login }}) timeout-minutes: 360 runs-on: ubuntu-latest steps: