Skip to content

Commit

Permalink
fix: Syntax error: redirection unexpected
Browse files Browse the repository at this point in the history
the `sh` provided by CI uses different shell than bash, so '<<<' used in
/entrypoint.sh:35 did not work - this should fix it
  • Loading branch information
lidel committed Apr 21, 2022
1 parent b7aef5c commit 4306881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/update-on-new-ipfs-tag/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
set -eu

API_FILE=`pwd`/docs/reference/http/api.md
Expand Down

0 comments on commit 4306881

Please sign in to comment.