Skip to content

Commit

Permalink
Array syntax
Browse files Browse the repository at this point in the history
Seeing if the array will echo properly with this syntax change.
  • Loading branch information
nataliejschultz committed Apr 16, 2024
1 parent e087812 commit 26838a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AWS-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
echo "changedfiles array: ${changedfiles}"
fi
done
echo "final changedfiles array: ${changedfiles}"
echo "CONFIG_FILES=${changedfiles}" >> "$GITHUB_OUTPUT"
echo "final changedfiles array: ${changedfiles[*]}"
echo "CONFIG_FILES=${changedfiles[*]}" >> "$GITHUB_OUTPUT"
- name: Echoing github output
run: |
Expand Down
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 26838a0

Please sign in to comment.