From b43adbf3abae1f40bf261cfaec82bfafac96b494 Mon Sep 17 00:00:00 2001 From: Pete Navarra Date: Fri, 26 Jun 2020 15:26:36 -0400 Subject: [PATCH] Update update-version.yml --- .github/workflows/update-version.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 7be36f80..8556cb3c 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -22,14 +22,12 @@ jobs: steps: - name: Split Action uses: JungWinter/split@v1.1.0 - id: steps + id: split with: # String to split msg: ${{ github.ref }} # The delimiter to split the string seperator: '/' - # Maximum number of splits - maxsplit: 3 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2