mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(github): update integration workflow
This commit is contained in:
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
@@ -23,8 +23,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
name: benjamincanac/app-ui3
|
repository: benjamincanac/app-ui3
|
||||||
ref: refs/heads/main
|
|
||||||
|
|
||||||
- name: Set short SHA
|
- name: Set short SHA
|
||||||
run: echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
run: echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||||
@@ -63,8 +62,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
name: benjamincanac/app-ui3-vue
|
repository: benjamincanac/app-ui3-vue
|
||||||
ref: refs/heads/main
|
|
||||||
|
|
||||||
- name: Set short SHA
|
- name: Set short SHA
|
||||||
run: echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
run: echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user