From eaafea6d768591783b3faf368a7fb13e3d8c76bd Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:55:11 -0500 Subject: [PATCH] revert workflow --- .github/workflows/ci.yml | 2 +- .github/workflows/dependabot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15a8a05..ee80fbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,6 @@ on: jobs: npm_ci: name: npm CI - uses: KatsuteDev/workflows/.github/workflows/npm.ci.yml@main + uses: Katsute/Workflows/.github/workflows/npm.ci.yml@main with: test: false \ No newline at end of file diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 27e2735..db87bb9 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -4,4 +4,4 @@ on: [pull_request_target] jobs: dependabot: name: Dependabot[bot] - uses: KatsuteDev/workflows/.github/workflows/dependabot.yml@main \ No newline at end of file + uses: Katsute/Workflows/.github/workflows/dependabot.yml@main \ No newline at end of file