Skip to content

Commit 9390943

Browse files
committed
Workflow
Signed-off-by: Stephen Williams <stephenw@mindpointgroup.com>
1 parent 35e4a23 commit 9390943

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/benchmark_promote.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ jobs:
127127
echo "[INFO] Benchmark version $priv_ver already promoted. Closing issue #$number in $repo."
128128
gh issue close "$number" -R "$repo" --comment "Benchmark version $priv_ver has been promoted to public. Closing tracker."
129129
130-
cat <<EOF | curl -X POST "$TEAMS_WEBHOOK_URL" \
131-
-H "Content-Type: application/json" \
132-
-d @-
130+
cat <<EOF | curl -X POST "$TEAMS_WEBHOOK_URL" \
131+
-H "Content-Type: application/json" \
132+
-d @-
133133
{
134134
"attachments": [
135135
{
@@ -214,9 +214,9 @@ jobs:
214214
issue_url="https://github.com/ansible-lockdown/$repo/issues/$number"
215215
echo "Sending Teams reminder for issue #$number"
216216
217-
cat <<EOF | curl -X POST "$TEAMS_WEBHOOK_URL" \
218-
-H "Content-Type: application/json" \
219-
-d @-
217+
cat <<EOF | curl -X POST "$TEAMS_WEBHOOK_URL" \
218+
-H "Content-Type: application/json" \
219+
-d @-
220220
{
221221
"attachments": [
222222
{
@@ -283,9 +283,9 @@ jobs:
283283
fi
284284
285285
if [ -n "$missing_reason" ]; then
286-
cat <<EOF | curl -X POST "$TEAMS_WEBHOOK_URL" \
287-
-H "Content-Type: application/json" \
288-
-d @-
286+
cat <<EOF | curl -X POST "$TEAMS_WEBHOOK_URL" \
287+
-H "Content-Type: application/json" \
288+
-d @-
289289
{
290290
"attachments": [
291291
{
@@ -391,9 +391,9 @@ jobs:
391391
gh issue close "$number" -R "$repo" --comment "Benchmark version $priv_ver auto-promoted to public on day $age_days."
392392
393393
# Step 10: Send Teams card
394-
cat <<EOF | curl -X POST "${{ secrets.TEAMS_WEBHOOK_URL }}" \
395-
-H "Content-Type: application/json" \
396-
-d @-
394+
cat <<EOF | curl -X POST "${{ secrets.TEAMS_WEBHOOK_URL }}" \
395+
-H "Content-Type: application/json" \
396+
-d @-
397397
{
398398
"attachments": [
399399
{

0 commit comments

Comments
 (0)