diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0187d98..e8f4c65 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -45,7 +45,7 @@ jobs: echo ::set-output name=FULL_TAG::${GITHUB_REF/refs\/tags\//} - name: Get the repo data (git tag) id: get_repo_data - - run: | + run: | echo Repo: $GITHUB_REPOSITORY echo ::set-output name=AUTHOR::$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $1}') echo ::set-output name=REPO_NAME::$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}')