From 19b34fb83aec36e2f2e0dab14dbb87fbc5a980f3 Mon Sep 17 00:00:00 2001 From: Oddant1 Date: Thu, 20 Jun 2024 16:29:19 -0700 Subject: [PATCH] Some tweaks --- .github/workflows/get-repo-info.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get-repo-info.yml b/.github/workflows/get-repo-info.yml index a45b172..e253f5a 100644 --- a/.github/workflows/get-repo-info.yml +++ b/.github/workflows/get-repo-info.yml @@ -1,5 +1,5 @@ name: Get Repo Info -description: Gets updated repo info and commits the new info + inputs: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -13,7 +13,7 @@ on: - main jobs: - run-js-and-push: + get-info-and-push: runs-on: ubuntu-latest steps: