Skip to content

Commit

Permalink
Update map_deployment_date_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WUOTE authored Mar 29, 2024
1 parent 25a1c9e commit afcc590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/map_deployment_date_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
--url "https://api.cloudflare.com/client/v4/accounts/${{ secrets.CF_ACCOUNT_ID }}/pages/projects/${{ vars.REGULAR_MIDDLE_CF_PROJECT_NAME }}/deployments")
echo "$response"
- name: log dates
run:
$(echo $response | jq -r '.result[0].created_on')
$(echo $response | jq -r '.result[0].modified_on')
run: |
echo "Created On: $(echo $response | jq -r '.result[0].created_on')"
echo "Modified On: $(echo $response | jq -r '.result[0].modified_on')"
# $secrets.CF_PAGES_READ_ALL_API: ${{ secrets.CF_PAGES_READ_ALL_API }}
# $secrets.CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
# $REGULAR_MIDDLE_CF_PROJECT_NAME: ${{ REGULAR_MIDDLE_CF_PROJECT_NAME}}
Expand Down

0 comments on commit afcc590

Please sign in to comment.