mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
fix: fix uses attribute
This commit is contained in:
2
.github/workflows/run-release.yml
vendored
2
.github/workflows/run-release.yml
vendored
@@ -56,6 +56,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run build job
|
- name: Run build job
|
||||||
if: steps.check_release.outputs.release_exists == 'false'
|
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:
|
with:
|
||||||
tag_name: ${{ steps.get_release.outputs.release_tag }}
|
tag_name: ${{ steps.get_release.outputs.release_tag }}
|
||||||
Reference in New Issue
Block a user