Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 21, 2023
1 parent d98f7bc commit b3bed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
echo "Downloading auto-doc $LATEST_VERSION binary..."
TEMP_DIR=$(mktemp -d)
curl -sf https://gobinaries.com/github.com/tj-actions/auto-doc@$LATEST_VERSION | PREFIX=$TEMP_DIR
curl -svf https://gobinaries.com/github.com/tj-actions/auto-doc@$LATEST_VERSION | PREFIX=$TEMP_DIR
BIN_PATH="$TEMP_DIR/auto-doc"
fi
Expand Down

0 comments on commit b3bed18

Please sign in to comment.