mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
test: web actions branch name
This commit is contained in:
6
.github/workflows/pull-request-web.yml
vendored
6
.github/workflows/pull-request-web.yml
vendored
@@ -16,5 +16,9 @@ jobs:
|
||||
working-directory: web
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get branch name
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v6
|
||||
|
||||
- name: Lint, Test, and Build Web Components
|
||||
uses: unraid/lint-test-build-web@${{ github.ref_name }}
|
||||
uses: "unraid/lint-test-build-web@${{ steps.branch-name.outputs.current_branch }}"
|
||||
|
||||
Reference in New Issue
Block a user