Merge pull request #20 from Slava-Shchipunov/fix/fix-release-sync-workflow

fix: fix uses attribute
This commit is contained in:
Slava-Shchipunov
2024-10-02 11:34:19 +07:00
committed by GitHub

View File

@@ -56,6 +56,6 @@ jobs:
- name: Run build job
if: steps.check_release.outputs.release_exists == 'false'
uses: .github/workflows/build-module.yml
uses: Slava-Shchipunov/awg-openwrt/.github/workflows/build-module.yml
with:
tag_name: ${{ steps.get_release.outputs.release_tag }}