Skip to content

Commit

Permalink
Update concierge-to-slack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Oct 24, 2024
1 parent e51e899 commit 2ea27eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concierge-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
# get todays column
echo $RESULTS
date_col=$(echo "$RESULTS" | jq -r '.results[0].result.formatted | to_entries | map(select(.value["(A)"] == "${{ steps.date.outputs.date }}")) | .[].key'
date_col=$(echo "$RESULTS" | jq -r '.results[0].result.formatted | to_entries | map(select(.value["(A)"] == "${{ steps.date.outputs.date }}")) | .[].key')
#echo "$date_col"
# get name of today's concierge
probation_concierge=$(echo "$RESULTS" | jq -r --arg date_col "$date_col" '.results[0].result.formatted[$date_col]["(B)"]')
Expand Down

0 comments on commit 2ea27eb

Please sign in to comment.