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 0b63a1e commit c0fcee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actions/airtable-procedures-urls/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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' ' ')
echo $JSON_PROCEDURES > ${{ inputs.output }}
echo "json=$JSON_PROCEDURES" >> $GITHUB_OUTPUT
# echo $JSON_PROCEDURES > ${{ 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
# echo "urls=$STRING_URLS" >> $GITHUB_OUTPUT

0 comments on commit c0fcee6

Please sign in to comment.