Skip to content

Commit

Permalink
Fix(CI): use fastn bin in $PATH
Browse files Browse the repository at this point in the history
Also update `peter-evans/create-pull-request` to v7.
  • Loading branch information
siddhantk232 committed Nov 12, 2024
1 parent 57db9dc commit 595155e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-fastn-com.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- run: source <(curl -fsSL https://fastn.com/install.sh)
- run: |
cd fastn.com
echo "Using $(~/.fastn/bin/fastn --version) to upload fastn.com to FifthTry"
~/.fastn/bin/fastn upload fastn >> $GITHUB_STEP_SUMMARY
echo "Using $(fastn --version) to upload fastn.com to FifthTry"
fastn upload fastn >> $GITHUB_STEP_SUMMARY
2 changes: 1 addition & 1 deletion .github/workflows/optimize-imgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
compressOnly: true # don't make a commit!
- name: Create New Pull Request If Needed
if: steps.calibre.outputs.markdown != ''
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
title: Compressed Images
branch-suffix: timestamp
Expand Down

0 comments on commit 595155e

Please sign in to comment.