Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Sep 11, 2023
1 parent 65707a6 commit c83870b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
ADDED_COUNT=$(wc -l < added_domains.txt)
REMOVED_COUNT=$(wc -l < removed_domains.txt)
BODY="### Domains Update Summary:\n\n- Added Domains: $ADDED_COUNT\n- Removed Domains: $REMOVED_COUNT"
BODY="### Domains Update Summary: Added Domains: $ADDED_COUNT, Removed Domains: $REMOVED_COUNT"
echo "::set-output name=body::$BODY"
- name: Delete Release if Exists
Expand Down

0 comments on commit c83870b

Please sign in to comment.