From fb865a6596c560681cde46795e7b9d8c6e65e5eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Ch=C3=A1vez?= Date: Sun, 6 Oct 2024 00:37:45 +0200 Subject: [PATCH] chore: rename update job. --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c842dae..8cc8e10 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,7 +11,7 @@ permissions: pull-requests: write jobs: - test: + create-pr: runs-on: ubuntu-latest steps: - name: Install Go