Skip to content

Commit

Permalink
Syntax?
Browse files Browse the repository at this point in the history
I'm not sure what went wrong the first time with bash. Adding some echoes to figure it out.
  • Loading branch information
nataliejschultz committed Apr 18, 2024
1 parent 7161c37 commit ef61476
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/AWS-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:

- name: Run email-config.py
run: |
for config_file in ${{ needs.changed_files.outputs.config-file-name }}; do
python email_automation/email-config.py -g config_file
echo "changed files string: ${{ needs.changed_files.outputs.config-file-name }}"
for config_file in ${{ needs.changed_files.outputs.config-file-name }}; do
echo "config file name ${config_file}"
python email_automation/email-config.py -g ${config_file}
done
1 change: 0 additions & 1 deletion configs/wyoming-original.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@
"data_trajectories_columns_exclude": ["user_id"]
}
}

1 change: 0 additions & 1 deletion configs/wyoming.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,3 @@
]
}
}

0 comments on commit ef61476

Please sign in to comment.