Skip to content

Commit

Permalink
Update auto-recipe-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos authored Nov 22, 2024
1 parent 5b0ee67 commit 58cac35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-recipe-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
python3-jinja2 xterm python3-subunit zstd liblz4-tool
git config --global user.name aws-iot-embedded-linux-ci
git config --global user.email [email protected]
git clone git://git.yoctoproject.org/poky -b ${{ GITHUB_REF_NAME }}
git clone https://github.com/openembedded/meta-openembedded.git -b ${{ GITHUB_REF_NAME }}
git clone git://git.yoctoproject.org/poky -b ${{ github.ref_name }}
git clone https://github.com/openembedded/meta-openembedded.git -b ${{ github.ref_name }}
- name: Clone Our Layer
uses: actions/checkout@v3
with:
ref: ${{ GITHUB_REF_NAME }}-next
ref: ${{ github.ref_name }}-next
path: meta-aws
fetch-depth: 0
- name: Clone CI Tolls Repo
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.BOT_CREDENTIAL }}
run: |
upgrader create-pulls --branch-file=../build/branches.txt --repo=${{ github.repository }} --target-branch=${{ GITHUB_REF_NAME }}-next --delay 300
upgrader create-pulls --branch-file=../build/branches.txt --repo=${{ github.repository }} --target-branch=${{ github.ref_name }}-next --delay 300
- name: Publish Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 58cac35

Please sign in to comment.