File tree Expand file tree Collapse file tree
config-service/src/main/java/hanium/config_service Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,10 +76,11 @@ jobs:
7676 --query 'taskDefinition.taskDefinitionArn' \
7777 --output text)
7878 echo "✅ TaskDefinitionArn: $arn"
79- echo "task_definition_arn =$arn" >> " $GITHUB_OUTPUT"
79+ echo "task-definition-arn =$arn" >> $GITHUB_OUTPUT
8080
81- - name : Dump output file content
82- run : cat "$GITHUB_OUTPUT"
81+ - name : Debug task-definition output
82+ run :
83+ echo "Task Def ARN : ${{ steps.register-task.outputs.task-definition-arn }}"
8384
8485 - name : Debug task-definition output
8586 run : |
Original file line number Diff line number Diff line change 77@ SpringBootApplication
88@ EnableConfigServer
99public class ConfigServiceApplication {
10-
1110 public static void main (String [] args ) {
1211 SpringApplication .run (ConfigServiceApplication .class , args );
1312 }
You can’t perform that action at this time.
0 commit comments