We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c4a9f0 + 807e580 commit f83fa2fCopy full SHA for f83fa2f
1 file changed
.github/workflows/release-notes-update.yaml
@@ -0,0 +1,26 @@
1
+# Copyright (c) 2025 Dell Inc., or its subsidiaries. All Rights Reserved.
2
+#
3
+# Licensed under the Apache License, Version 2.0 (the "License");
4
+# you may not use this file except in compliance with the License.
5
+# You may obtain a copy of the License at
6
7
+# http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+on:
10
+ workflow_call:
11
12
+jobs:
13
+ release-notes-update:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - name: Checkout
17
+ uses: actions/checkout@v3
18
19
+ - name: Clone io-tools/change-log
20
+ env:
21
+ GITHUB_TOKEN: ${{ secrets.INTERNAL_GITHUB_TOKEN }}
22
+ run: |
23
+ git clone https://eos2git.cec.lab.emc.com/io-tools/change-log.git
24
+ cd change-log
25
+ git checkout main
26
+ cd ..
0 commit comments