From 05d4d52171e90eb29745845029fb96f1515880d6 Mon Sep 17 00:00:00 2001 From: Stephan Date: Mon, 14 Jun 2021 17:28:34 +0200 Subject: [PATCH] fix --- .github/workflows/exp.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml index d9c5f2a..b39e500 100644 --- a/.github/workflows/exp.yml +++ b/.github/workflows/exp.yml @@ -14,14 +14,7 @@ jobs: uses: zpqrtbnk/gh-actions/experiment@master with: mode: woot - - - name: Embedded - uses: ./.github/actions/test-action - with: - name: NAME - path: PATH - version: VERSION - + - name: Script uses: zpqrtbnk/gh-actions/jsaction@master with: @@ -39,3 +32,9 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} + - name: Embedded + uses: ./.github/actions/test-action + with: + name: NAME + path: PATH + version: VERSION