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 b1b09d8 commit f2196e7Copy full SHA for f2196e7
serverless/release.sh
@@ -7,6 +7,9 @@ set -e
7
git remote -v
8
git remote set-url origin https://github.com/DataDog/datadog-cloudformation-macro.git
9
10
+git pull origin main
11
+git config --global user.name "gitlab-actions[bot]"
12
+git config --global user.email "gitlab-actions[bot]@users.noreply.github.com"
13
touch a.tmp
14
git add a.tmp
15
git commit -m "TEST!"
0 commit comments