You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2023. It is now read-only.
sed -i config/500-controller.yaml -e "s|gcr.io/triggermesh/knative-lambda-${runtime##*/}:.*|gcr.io/triggermesh/knative-lambda-${runtime##*/}:"${GITHUB_REF_NAME}"|g"
93
+
done
94
+
95
+
git --no-pager diff
96
+
97
+
- name: Commit and push changes
98
+
working-directory: tm-triggermesh
99
+
run: |
100
+
git add -A
101
+
git status --porcelain
102
+
if [[ $(git status --porcelain | wc -l) -gt 0 ]]; then
0 commit comments