File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ jobs:
4545 llvm/utils/git/requirements_formatting.txt
4646 llvm/utils/git/requirements_linting.txt
4747 clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
48- .github/workflows /build-container
48+ .github/actions /build-container
4949
5050 - name : Build Container
51- uses : ./.github/workflows /build-container
51+ uses : ./.github/actions /build-container
5252 with :
5353 container-name : ci-ubuntu-24.04-${{ matrix.container-name }}
5454 dockerfile : .github/workflows/containers/github-action-ci-tooling/Dockerfile
6767 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6868 with :
6969 sparse-checkout : |
70- .github/workflows /push-container
70+ .github/actions /push-container
7171
72- - uses : ./.github/workflows /push-container
72+ - uses : ./.github/actions /push-container
7373 with :
7474 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 with :
4141 sparse-checkout : |
4242 .github/workflows/containers/github-action-ci/
43- .github/workflows /build-container
43+ .github/actions /build-container
4444
4545 - name : Build Container
46- uses : ./.github/workflows /build-container
46+ uses : ./.github/actions /build-container
4747 with :
4848 container-name : ci-ubuntu-24.04${{ matrix.container-name && format('-{0}', matrix.container-name)}}
4949 context : .github/workflows/containers/github-action-ci/
6565 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6666 with :
6767 sparse-checkout : |
68- .github/workflows /push-container
68+ .github/actions /push-container
6969
70- - uses : ./.github/workflows /push-container
70+ - uses : ./.github/actions /push-container
7171 with :
7272 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments