diff --git a/.github/workflows/sync_wgcf.yml b/.github/workflows/sync_wgcf.yml index 8f41416..7487d9d 100644 --- a/.github/workflows/sync_wgcf.yml +++ b/.github/workflows/sync_wgcf.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@v3.4.0 - name: Update wgcf to latest version run: | + echo ${{ github.event.repository.email }} NOW=$(wget -qO- https://raw.githubusercontent.com/${{ github.repository }}/main/menu.sh | grep 'latest=${latest' | cut -d \' -f2) LATEST=$(wget -qO- "https://api.github.com/repos/ViRb3/wgcf/releases/latest" | grep "tag_name" | head -n 1 | cut -d : -f2 | sed 's/[ \"v,]//g')