Skip to content

Commit

Permalink
格式化 Workflow 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 18, 2024
1 parent f3f2923 commit 4b7921d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ jobs:
run: |
import os
import re
with open(os.getenv('GITHUB_OUTPUT'), 'a') as f:
if "${{ env.BUILD_TYPE }}" == "dev":
f.write('bundle-id=org.f26_studio.' + re.sub(r'[^A-Za-z0-9]+', '_', '${{ needs.get-info.outputs.app-name }}') + '.snapshot\n')
Expand Down Expand Up @@ -251,7 +250,6 @@ jobs:
run: |
import os
import re
product_name = re.sub(r'[^A-Za-z0-9]+', '-', '${{ needs.get-info.outputs.app-name }}').strip('-').lower()
with open(os.getenv('GITHUB_OUTPUT'), 'a') as f:
f.write('bundle-id=org.26f-studio.' + product_name + '\n')
Expand Down Expand Up @@ -478,7 +476,6 @@ jobs:
run: |
import requests
import json
headers = {
'Content-Type': 'application/json',
}
Expand Down

0 comments on commit 4b7921d

Please sign in to comment.