Skip to content

Commit

Permalink
30
Browse files Browse the repository at this point in the history
  • Loading branch information
cortez24rus authored Dec 13, 2024
1 parent e37e967 commit c2171aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/every_day_view.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
id: read_values
run: |
# Извлекаем текущие значения Total Views и Unique Views из test.md
current_total=$(grep -oP 'Total Views All-Time-\K\d+' test.md)
current_unique=$(grep -oP 'Unique Views All-Time-\K\d+' test.md)
current_total=$(grep -oP 'Total%20Views%20All-Time-\K\d+' test.md)
current_unique=$(grep -oP 'Unique%20Views%20All-Time-\K\d+' test.md)
echo "Current Total Views: $current_total"
echo "Current Unique Views: $current_unique"
Expand Down

0 comments on commit c2171aa

Please sign in to comment.