mirror of
https://github.com/0x5eal/semver-luau.git
synced 2025-03-04 11:11:39 +00:00
chore(actions): move setup-pesde action into dir
* Properly treat setup-pesde as an individual action instead of a workflow. This includes moving it into .github/actions/setup-pesde. * Update workflow usage of setup-pesde accordingly.
This commit is contained in:
parent
166077d080
commit
4f7a4fb9ed
3 changed files with 4 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Install pesde
|
- name: Install pesde
|
||||||
uses: ./.github/workflows/pesde.yml
|
uses: ./.github/actions/setup-pesde
|
||||||
with:
|
with:
|
||||||
pesde-token: ${{ secrets.PESDE_TOKEN }}
|
pesde-token: ${{ secrets.PESDE_TOKEN }}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Install pesde
|
- name: Install pesde
|
||||||
uses: ./.github/workflows/pesde.yml
|
uses: ./.github/actions/setup-pesde
|
||||||
with:
|
with:
|
||||||
pesde-token: ${{ secrets.PESDE_TOKEN }}
|
pesde-token: ${{ secrets.PESDE_TOKEN }}
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Install pesde
|
- name: Install pesde
|
||||||
uses: ./.github/workflows/pesde.yml
|
uses: ./.github/actions/setup-pesde
|
||||||
with:
|
with:
|
||||||
pesde-token: ${{ secrets.PESDE_TOKEN }}
|
pesde-token: ${{ secrets.PESDE_TOKEN }}
|
||||||
|
|
||||||
|
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install pesde
|
- name: Install pesde
|
||||||
uses: ./.github/workflows/pesde.yml
|
uses: ./.github/actions/setup-pesde
|
||||||
with:
|
with:
|
||||||
pesde-token: ${{ secrets.PESDE_TOKEN }}
|
pesde-token: ${{ secrets.PESDE_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue