We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b319cb commit 197db69Copy full SHA for 197db69
1 file changed
.github/workflows/commit-main.yaml
@@ -22,10 +22,10 @@ jobs:
22
VERSION="${GITHUB_REF#refs/tags/}"
23
echo "version=$VERSION" >> $GITHUB_OUTPUT
24
25
- - name: Checkout target repository (costrict-backend)
+ - name: Checkout target repository (costrict-enterprise)
26
uses: actions/checkout@v3
27
with:
28
- repository: zgsm-ai/costrict-backend
+ repository: zgsm-ai/costrict-enterprise
29
token: ${{ secrets.PAT_TOKEN }}
30
path: target-repo
31
@@ -54,3 +54,4 @@ jobs:
54
git push origin main
55
56
57
+
0 commit comments