Skip to content

Commit

Permalink
Update converter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Surfboardv2ray authored Apr 18, 2024
1 parent b4efe09 commit ba95095
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/converter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
run: |
content=$(cat Realm | base64 | tr -d '\n')
echo "$content" > Raw
- name: Convert Frag to base64
run: |
content=$(cat Frag | base64 | tr -d '\n')
echo "$content" > Frag64
- name: Check for Base64 Changes
id: changes64
run: |
Expand All @@ -26,6 +22,5 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add Raw
git add Frag64
git commit -m "Update Subscription"
git push

0 comments on commit ba95095

Please sign in to comment.