Skip to content

Commit

Permalink
Update update-gatewayrs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Jul 4, 2024
1 parent 7b3a7c9 commit 505770e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-gatewayrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
gatewayrs-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- run: |
Expand All @@ -20,7 +20,7 @@ jobs:
sed -i -E "s/FIRMWARE_VERSION=.*/FIRMWARE_VERSION=$LATEST_GA/g" settings.ini
sed -i -E "s/GATEWAYRS_VERSION=.*/GATEWAYRS_VERSION=$SHORT_SHA/g" settings.ini
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update gateway-rs to latest GA ${{ env.LATEST_GA }}
branch: gatewayrs-bump/${{ env.LATEST_GA }}
Expand Down

0 comments on commit 505770e

Please sign in to comment.