chore(github): update integration workflow

This commit is contained in:
Benjamin Canac
2025-03-13 16:15:17 +01:00
parent c8d712747f
commit f2ba755ba5

View File

@@ -23,8 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
name: benjamincanac/app-ui3
ref: refs/heads/main
repository: benjamincanac/app-ui3
- name: Set short SHA
run: echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
@@ -63,8 +62,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
name: benjamincanac/app-ui3-vue
ref: refs/heads/main
repository: benjamincanac/app-ui3-vue
- name: Set short SHA
run: echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV