Skip to content

Commit

Permalink
chore(ci): fix PR94
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
  • Loading branch information
universal-itengineer committed May 15, 2024
1 parent 4906ad5 commit 5c17a3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dev_build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
ref: main

- name: Set vars for main
run: |
MODULES_MODULE_TAG="$(echo ${{ github.ref_name }})"
echo "MODULES_MODULE_TAG=$MODULES_MODULE_TAG" >> "$GITHUB_ENV"
- name: Remove unwanted software
uses: ./.github/actions/remove-unwanted-software

Expand Down

0 comments on commit 5c17a3c

Please sign in to comment.