Skip to content

Commit f83fa2f

Browse files
authored
Merge pull request #1 from falfaroc/usr/falfaroc/migrate-release-notes
Add release notes workflow
2 parents 0c4a9f0 + 807e580 commit f83fa2f

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)