Skip to content

Commit

Permalink
Merge pull request #111 from Burton2000/main
Browse files Browse the repository at this point in the history
MLECO-3755: Fix github actions script for syncing
  • Loading branch information
phorsman-arm authored Feb 6, 2023
2 parents 32f8f84 + ca104be commit dc1650e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/cmsis-pack-examples-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022 Arm Limited. All rights reserved.
# Copyright (c) 2022-2023 Arm Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -29,20 +29,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Fetch action
id: get-cmsis-pack-files
uses: Rishabh510/[email protected]
with:
path: "cmsis-pack-examples/"
type: ".yml"
- name: Pushes test file
uses: nkoppel/push-files-to-another-repository@v1.1.1
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@v1.5.1
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-files: 'cmsis-pack-examples/*'
destination-username: 'Arm-Examples'
destination-repository: 'mlek-corstone-300-examples'
destination-branch: 'main'
commit-email: '[email protected]'
source-directory: 'cmsis-pack-examples'
destination-github-username: 'Arm-Examples'
destination-repository-name: 'mlek-corstone-300-examples'
user-email: '[email protected]'
target-branch: 'main'

0 comments on commit dc1650e

Please sign in to comment.