Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 58925ec

Browse files
committed
chore: fix indentation
1 parent a3d8a52 commit 58925ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/condition/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ runs:
2525
if: steps.changed_files.outputs.any_changed != 'true'
2626
id: last_status
2727
uses: actions/[email protected]
28+
env:
29+
WORKFLOW: ${{ inputs.workflow }}
2830
with:
2931
result-encoding: json
3032
script: |
@@ -43,5 +45,3 @@ runs:
4345
const success = (result.data.workflow_runs[0]?.status === 'completed') ||
4446
(result.data.workflow_runs[1]?.status === 'completed');
4547
return success;
46-
env:
47-
WORKFLOW: ${{ inputs.workflow }}

0 commit comments

Comments
 (0)