Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed Aug 12, 2024
1 parent a6a7924 commit 80cbd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: |
docker pull ghcr.io/cosmo-workspace/dev-code-server:${{ env.TAG }} && echo ALREADY_EXIST="1" >> "$GITHUB_OUTPUT" || echo
- if: env.ALREADY_EXIST != '1'
run: gh workflow run build.yml -f CODE_SERVER_BASE_TAG=${{ env.LATEST }}
run: gh workflow run build.yaml -f CODE_SERVER_BASE_TAG=${{ env.LATEST }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 80cbd67

Please sign in to comment.