Skip to content

Commit

Permalink
ci: fix update action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Oct 15, 2023
1 parent db62272 commit 673c86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
changes: ${{ steps.check-changes.changes }}
steps:
- uses: actions/checkout@v2
- uses: ./github/update-versions
- uses: ./github/actions/update-versions
- run: rm install.sh
- id: check-changes
run: echo "changes=$(git status --short | wc -l)" >> "$GITHUB_OUTPUT"
Expand All @@ -24,7 +24,7 @@ jobs:
if: needs.check-update.outputs.changes != '0'
steps:
- uses: actions/checkout@v2
- uses: ./github/update-versions
- uses: ./github/actions/update-versions
- run: |
YA_RESOURCES_VERSION=$(curl -s https://api.github.com/repos/golemfactory/ya-installer-resources/releases/latest | jq .name | sed s/v//)
sed -i -E 's/(ARG YA_RESOURCES_VERSION=)\S+/\1${YA_RESOURCES_VERSION}/' docker/Dockerfile
Expand Down

0 comments on commit 673c86e

Please sign in to comment.