We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cfe5c commit ca0cffcCopy full SHA for ca0cffc
1 file changed
.github/workflows/create_archive_and_notes.sh
@@ -15,6 +15,8 @@
15
16
set -o errexit -o nounset -o pipefail
17
18
+set -x
19
+
20
# Exclude dot directories, specifically, this file so that we don't
21
# find the substring we're looking for in our own file.
22
# Exclude CONTRIBUTING.md, RELEASING.md because they document how to use these strings.
0 commit comments