From 12e8a606837f5c00a556ae027fc8dcb7f7b07c6c Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 27 Aug 2021 12:05:26 +0700 Subject: [PATCH] swap run --- .github/workflows/tasks.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tasks.yaml b/.github/workflows/tasks.yaml index fcce0be..1f9d6da 100644 --- a/.github/workflows/tasks.yaml +++ b/.github/workflows/tasks.yaml @@ -8,6 +8,10 @@ jobs: runs-on: ubuntu-latest steps: + - name: filters-build + uses: minoplhy/filters-build_actions@main + env: + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} - name: build uses: minoplhy/filters-maker@main env: @@ -24,8 +28,4 @@ jobs: REPO_BRANCH: "master" BRANCH_VERSION: "main" sub_action_location: "sub-action.py" - sub_action_Repo: "minoplhy/filters" - - name: filters-build - uses: minoplhy/filters-build_actions@main - env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} + sub_action_Repo: "minoplhy/filters" \ No newline at end of file