We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e390c commit aa87ce5Copy full SHA for aa87ce5
.github/workflows/chart-public-files.yaml
@@ -56,10 +56,6 @@ jobs:
56
mkdir -p camunda-platform/version-matrix
57
cp -a main/version-matrix/* camunda-platform/version-matrix/
58
echo "Copied version matrix files to camunda-platform/version-matrix/"
59
-
60
- - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
61
- with:
62
- message: "chore: update camunda-platform public files"
63
- name: Add public files info to workflow summary
64
run: |
65
cat << EOF >> $GITHUB_STEP_SUMMARY
@@ -76,3 +72,6 @@ jobs:
76
72
77
73
rm -rf main
78
74
find .
75
+ - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
+ with:
+ message: "chore: update camunda-platform public files"
0 commit comments