File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,10 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
18- with :
19- path : ./gh-workflow-tests-checkout
2018
2119 - name : Run updater action
2220 id : updater
23- uses : ./gh-workflow-tests-checkout/ updater
21+ uses : ./updater
2422 with :
2523 path : updater/tests/sentry-cli.properties
2624 name : WORKFLOW-TEST-DEPENDENCY-DO-NOT-MERGE
@@ -80,12 +78,10 @@ jobs:
8078 runs-on : ubuntu-latest
8179 steps :
8280 - uses : actions/checkout@v4
83- with :
84- path : ./gh-workflow-tests-checkout
8581
8682 - name : Run updater action with target-branch
8783 id : updater
88- uses : ./gh-workflow-tests-checkout/ updater
84+ uses : ./updater
8985 with :
9086 path : updater/tests/sentry-cli.properties
9187 name : TARGET-BRANCH-TEST-DO-NOT-MERGE
@@ -146,12 +142,10 @@ jobs:
146142 runs-on : macos-latest
147143 steps :
148144 - uses : actions/checkout@v4
149- with :
150- path : ./gh-workflow-tests-checkout
151145
152146 - name : Run updater action
153147 id : updater
154- uses : ./gh-workflow-tests-checkout/ updater
148+ uses : ./updater
155149 with :
156150 path : updater/tests/workflow-args.sh
157151 name : Workflow args test script
You can’t perform that action at this time.
0 commit comments