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

fix: fix uses attribute
This commit is contained in:
Slava-Shchipunov
2024-10-02 11:46:08 +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: Slava-Shchipunov/awg-openwrt/.github/workflows/build-module.yml
uses: ./.github/workflows/build-module.yml
with:
tag_name: ${{ steps.get_release.outputs.release_tag }}