File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ inputs:
1212 description : ' Repository path with Environment action implementation'
1313 default : ' '
1414 required : true
15+ implementation_file :
16+ description : ' Repository filename with Environment action implementation'
17+ default : ' action.yaml'
18+ required : true
1519 implementation_ref :
1620 description : ' Ref of environment action implementation'
1721 default : ' main'
7882 - name : Copy action
7983 shell : bash
8084 run : |
81- mv ${{ steps.tmp.outputs.name }}/${{ inputs.implementation_path }}/ ./.environment_implementation/
85+ mkdir -p ./.environment_implementation/
86+ mv ${{ steps.tmp.outputs.name }}/${{ inputs.implementation_path }}/${{ inputs.implementation_file }} ./.environment_implementation/action.yaml
8287
8388 - name : Environment Info
8489 uses : ./.environment_implementation
You can’t perform that action at this time.
0 commit comments