Skip to content

Commit

Permalink
Moving things around
Browse files Browse the repository at this point in the history
moving some echoes.
  • Loading branch information
nataliejschultz committed Apr 16, 2024
1 parent 91e0217 commit e087812
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AWS-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
if [[ "$file" == *nrel-op.json ]]; then
changedfiles+=("${file}")
echo "The name of the config file is: ${file}."
echo "CONFIG_FILES=${changedfiles}" >> "$GITHUB_OUTPUT"
echo "changedfiles array: ${changedfiles}"
echo "github output ${GITHUB_OUTPUT}"
fi
done
echo "final changedfiles array: ${changedfiles}"
echo "CONFIG_FILES=${changedfiles}" >> "$GITHUB_OUTPUT"
- name: Echoing github output
run: |
Expand Down
1 change: 1 addition & 0 deletions configs/wyoming-original.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@
"data_trajectories_columns_exclude": ["user_id"]
}
}

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

0 comments on commit e087812

Please sign in to comment.