Skip to content

Commit 6b049d2

Browse files
committed
Replace ecmwf-actions with ecmwf
1 parent cec3d0d commit 6b049d2

File tree

30 files changed

+297
-327
lines changed

30 files changed

+297
-327
lines changed

.github/workflows/cd-docs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cd-docs
22
on:
3-
workflow_call:
3+
workflow_call:
44
inputs:
55
config:
66
type: string
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
14+
1515
- name: run build steps
1616
id: setup
1717
shell: python
@@ -24,7 +24,7 @@ jobs:
2424
config_path = "${{ inputs.config }}"
2525
with open(config_path, "r") as f:
2626
config = yaml.safe_load(f)
27-
27+
2828
build_steps = config.get("build-steps", [])
2929
for i, step in enumerate(build_steps):
3030
print(f"::group::Step {i+1}")
@@ -33,12 +33,12 @@ jobs:
3333
if result.returncode != 0:
3434
print(f"::error::Step failed with return code {result.returncode}: {step}")
3535
sys.exit(1)
36-
36+
3737
with open(os.getenv("GITHUB_OUTPUT"), "a") as f:
3838
print("config<<EOF", file=f)
3939
print(json.dumps(config, separators=(",", ":")), file=f)
4040
print("EOF", file=f)
41-
41+
4242
- name: check env
4343
if: ${{ !env.DOC_BUILD_PATH }}
4444
run: |
@@ -47,9 +47,9 @@ jobs:
4747
4848
- name: publish to ecmwf-sites
4949
if: fromJSON(steps.setup.outputs.config).hosts.ecmwf-sites
50-
uses: ecmwf-actions/reusable-workflows/ecmwf-sites-upload@v2
50+
uses: ecmwf/reusable-workflows/ecmwf-sites-upload@v2
5151
with:
5252
token: ${{ secrets.ECMWF_SITES_TOKEN }}
5353
path: ${{ env.DOC_BUILD_PATH }} #has to be set by build step
5454
space: ${{ fromJSON(steps.setup.outputs.config).hosts.ecmwf-sites.space }}
55-
name: ${{ fromJSON(steps.setup.outputs.config).hosts.ecmwf-sites.name }}
55+
name: ${{ fromJSON(steps.setup.outputs.config).hosts.ecmwf-sites.name }}

.github/workflows/cd-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
matrix: ${{ fromJson(needs.setup.outputs.matrix) }}
142142
runs-on: [self-hosted, linux, hpc]
143143
steps:
144-
- uses: ecmwf-actions/reusable-workflows/ci-hpc@v2
144+
- uses: ecmwf/reusable-workflows/ci-hpc@v2
145145
with:
146146
github_user: ${{ secrets.BUILD_PACKAGE_HPC_GITHUB_USER }}
147147
github_token: ${{ secrets.GH_REPO_READ_TOKEN }}

.github/workflows/create-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
233233
- name: Create package
234234
id: build
235-
uses: ecmwf-actions/reusable-workflows/build-package-with-config@v2
235+
uses: ecmwf/reusable-workflows/build-package-with-config@v2
236236
with:
237237
repository: ${{ format('{0}@{1}', github.repository, github.sha ) }}
238238
build_package_inputs: |

.github/workflows/sync-files-to-repos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
branches:
55
- main
66
paths:
7-
- 'sync-files/**' # Only trigger on changes in sync-files directory
8-
workflow_dispatch: # Keep manual trigger capability
7+
- "sync-files/**" # Only trigger on changes in sync-files directory
8+
workflow_dispatch: # Keep manual trigger capability
99
jobs:
1010
sync:
1111
runs-on: ubuntu-latest
@@ -21,4 +21,4 @@ jobs:
2121
IS_FINE_GRAINED: true
2222
COMMIT_PREFIX: "chore: "
2323
BRANCH_PREFIX: "chore/file-broadcast/"
24-
COMMIT_BODY: "Triggered from common files on https://github.com/ecmwf-actions/reusable-workflows"
24+
COMMIT_BODY: "Triggered from common files on https://github.com/ecmwf/reusable-workflows"

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v1.2.0](https://github.com/ecmwf-actions/reusable-workflows/compare/v1.1.0...v1.2.0)
8+
## [v1.2.0](https://github.com/ecmwf/reusable-workflows/compare/v1.1.0...v1.2.0)
99

1010
### Commits
1111

12-
- Added NPM lock file. [`227a14b`](https://github.com/ecmwf-actions/reusable-workflows/commit/227a14b58a35657489970493fcd583dee9964d0d)
13-
- Added sample for the sync workflow. [`fc71224`](https://github.com/ecmwf-actions/reusable-workflows/commit/fc712243de0d2b7c5dd55200506188c025b1ee00)
14-
- Merge tag 'v1.1.0' into develop [`f57eff8`](https://github.com/ecmwf-actions/reusable-workflows/commit/f57eff8329d4a2aaee1b9ea4ff2486c72191ee10)
12+
- Added NPM lock file. [`227a14b`](https://github.com/ecmwf/reusable-workflows/commit/227a14b58a35657489970493fcd583dee9964d0d)
13+
- Added sample for the sync workflow. [`fc71224`](https://github.com/ecmwf/reusable-workflows/commit/fc712243de0d2b7c5dd55200506188c025b1ee00)
14+
- Merge tag 'v1.1.0' into develop [`f57eff8`](https://github.com/ecmwf/reusable-workflows/commit/f57eff8329d4a2aaee1b9ea4ff2486c72191ee10)
1515

16-
## [v1.1.0](https://github.com/ecmwf-actions/reusable-workflows/compare/v1...v1.1.0) - 2021-11-30
16+
## [v1.1.0](https://github.com/ecmwf/reusable-workflows/compare/v1...v1.1.0) - 2021-11-30
1717

18-
## [v1](https://github.com/ecmwf-actions/reusable-workflows/compare/v1.0.0...v1) - 2021-11-30
18+
## [v1](https://github.com/ecmwf/reusable-workflows/compare/v1.0.0...v1) - 2021-11-30
1919

2020
### Commits
2121

22-
- Switched to externally managed Github workflow schema. [`1af0190`](https://github.com/ecmwf-actions/reusable-workflows/commit/1af0190889f3b834b0235f1a3cd3b0f3f5e970b8)
23-
- Added sync workflow. [`81b1847`](https://github.com/ecmwf-actions/reusable-workflows/commit/81b1847a56adbf38fa709c0bb402e495c69e724e)
24-
- Fixed ref names. [`4afe587`](https://github.com/ecmwf-actions/reusable-workflows/commit/4afe5875e504f0431e41d6c9bd2b88c848e7566c)
22+
- Switched to externally managed Github workflow schema. [`1af0190`](https://github.com/ecmwf/reusable-workflows/commit/1af0190889f3b834b0235f1a3cd3b0f3f5e970b8)
23+
- Added sync workflow. [`81b1847`](https://github.com/ecmwf/reusable-workflows/commit/81b1847a56adbf38fa709c0bb402e495c69e724e)
24+
- Fixed ref names. [`4afe587`](https://github.com/ecmwf/reusable-workflows/commit/4afe5875e504f0431e41d6c9bd2b88c848e7566c)
2525

2626
## v1.0.0 - 2021-11-29
2727

2828
### Commits
2929

30-
- Added support for linting workflows. [`8671720`](https://github.com/ecmwf-actions/reusable-workflows/commit/8671720573276b31c19b77c242b0d7cdd5ebc736)
31-
- Initial commit. [`454a07d`](https://github.com/ecmwf-actions/reusable-workflows/commit/454a07df5d4459e67ca1a41e389489315b23b473)
32-
- Added CI workflow for NodeJS-based projects. [`1b49089`](https://github.com/ecmwf-actions/reusable-workflows/commit/1b49089bac61310719fa5ea54f78b0d6b45f0601)
30+
- Added support for linting workflows. [`8671720`](https://github.com/ecmwf/reusable-workflows/commit/8671720573276b31c19b77c242b0d7cdd5ebc736)
31+
- Initial commit. [`454a07d`](https://github.com/ecmwf/reusable-workflows/commit/454a07df5d4459e67ca1a41e389489315b23b473)
32+
- Added CI workflow for NodeJS-based projects. [`1b49089`](https://github.com/ecmwf/reusable-workflows/commit/1b49089bac61310719fa5ea54f78b0d6b45f0601)

0 commit comments

Comments
 (0)