Skip to content

Commit

Permalink
CI: shlink even further debug
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Feb 3, 2024
1 parent a816054 commit 53df205
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create_shlink_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
SHLINK_KEY: ${{ secrets.SHLINK_KEY }}
run: |
# get all available URLs
raw_online_shortcodes="$(curl -s -X 'GET' \
curl -s -X 'GET' \
'https://pi-apps-analytics.linkpc.net/rest/v2/short-urls?itemsPerPage=0' \
-H 'accept: application/json' \
-H "X-Api-Key: $SHLINK_KEY")"
echo "Raw Online shortcodes: $raw_online_shortcodes"
-H "X-Api-Key: $SHLINK_KEY"
online_shortcodes="$(curl -s -X 'GET' \
'https://pi-apps-analytics.linkpc.net/rest/v2/short-urls?itemsPerPage=0' \
-H 'accept: application/json' \
Expand Down

0 comments on commit 53df205

Please sign in to comment.