Skip to content

Commit 31c2350

Browse files
authored
Merge pull request KelvinTegelaar#1890 from KelvinTegelaar/dev
Dev to hotfix
2 parents 81a63ce + 49d1cd1 commit 31c2350

File tree

92 files changed

+3234
-955
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+3234
-955
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/workflows/upload_dev.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
with:
1919
persist-credentials: false
2020

21+
# Create version.json with version and commit hash
22+
- name: Create version.json
23+
run: |
24+
VERSION=$(cat version_latest.txt | tr -d '[:space:]')
25+
SHORT_SHA="${GITHUB_SHA::7}"
26+
echo "{\"version\": \"${VERSION}\", \"commit\": \"${SHORT_SHA}\"}" > version.json
27+
2128
# Create ZIP File in a New Source Directory
2229
- name: Prepare and Zip Release Files
2330
run: |

CIPPActivityFunction/function.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"name": "starter",
1212
"type": "durableClient",
1313
"direction": "in"
14+
},
15+
{
16+
"type": "queue",
17+
"direction": "out",
18+
"name": "QueueItem",
19+
"queueName": "cippqueue"
1420
}
1521
]
1622
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)