Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dan1M committed Oct 31, 2024
1 parent 0c50b40 commit b7de1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/airtable-procedures-urls/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ runs:
run: |
cd ${{ github.action_path }}
JSON_PROCEDURES=$(node index ${{ inputs.airtable_api_key }} ${{ inputs.jdma_api_key }} ${{ inputs.updown_api_key }} ${{ inputs.airtable_base_id }} ${{ inputs.airtable_procedures_table_name }} ${{ inputs.airtable_editions_table_name }} | tr '\n' ' ')
cat $JSON_PROCEDURES
# echo $JSON_PROCEDURES > ${{ inputs.output }}
echo $JSON_PROCEDURES > ${{ inputs.output }}
cat ${{ inputs.output }}
# echo "json=$JSON_PROCEDURES" >> $GITHUB_OUTPUT
# STRING_URLS=$(cat ${{ inputs.output }} | python3 -c "import sys, json; data = json.load(sys.stdin); print(','.join(list(map(lambda d : d['link'], data))));")
# echo "urls=$STRING_URLS" >> $GITHUB_OUTPUT

0 comments on commit b7de1b5

Please sign in to comment.